-
Notifications
You must be signed in to change notification settings - Fork 180
virtio_fs_migration_kill_daemon: new case #4301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
68d73e9
to
e51845f
Compare
c65a996
to
d37cbc1
Compare
390026c
to
b344e3b
Compare
fcc0bb7
to
ba7ee72
Compare
(1/2) Host_RHEL.m9.u6.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.6.0.x86_64.io-github-autotest-qemu.virtio_fs_migration_kill_daemon.source_daemon.q35: STARTED |
082ab31
to
394639a
Compare
Rhel guest: Windows guest: |
test.log.debug("Check the mount dir, which should be accessable") | ||
if os_type == "windows": | ||
if session.cmd_status(f"dir {fs_dest}\\", timeout=10): | ||
test.fail( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will get a timedout exception if failed, so test.fail will not be executed
b5ca8ab
to
26183f6
Compare
1. Kill the virtiofsd process during the migration process 2. Check that the VM's and mount directory's status Signed-off-by: Tingting Mao <[email protected]>
ID: 3260