test-runner: set msize for --monitor

This was added for logging but --monitor suffers the same warning
without setting msize as well.
This commit is contained in:
James Prestwood 2021-07-29 15:21:49 -07:00 committed by Denis Kenzior
parent ba5bc1f5b3
commit 75b20ff1d0
1 changed files with 1 additions and 1 deletions

View File

@ -1379,7 +1379,7 @@ def run_tests():
os.remove(f)
elif args.monitor:
parent = os.path.abspath(os.path.join(args.monitor, os.pardir))
mount('mondir', parent, '9p', 0, 'trans=virtio,version=9p2000.L')
mount('mondir', parent, '9p', 0, 'trans=virtio,version=9p2000.L,msize=10240')
if config.ctx.args.unit_tests is None:
run_auto_tests(config.ctx, args)