-
Notifications
You must be signed in to change notification settings - Fork 174
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
virtio_fs_nfs_migration: Virtiofs migration testing over NFS #4190
base: master
Are you sure you want to change the base?
Conversation
a345b0e
to
5ae85f0
Compare
Hi @hellohellenmao , would you please review this patch? Testing on RHEL9.3 and Win2022 has passed, thanks. |
Hi @zhencliu
Thanks. |
142bc9f
to
2b1d493
Compare
@zhencliu we use memory-backend-file on s390x when we use memory-backend with virtio-fs, please reference to the usage of avocado-framework/avocado-vt@85915c0 |
@zhencliu s390x.io-github-autotest-qemu.virtio_fs_nfs_migration.file_handles_mandatory.dio.cache_mode_never.s390-virtio:ERROR: 'NoneType' object has no attribute 'close' (12.06 s) |
win2025 on x86_64 also has this issue. |
6f8f60b
to
1b8661d
Compare
hi @hellohellenmao , two virtiofs scenario was added, would you please have a check? Thanks Passed on RHEL9 and Win2025 |
The following testing matrix is covered: cache mode: auto, never, always, metadata writeback: enabled and disabled allow-direct-io enabled and disabled file-handles mandatory and never virtiofs single fs and two fs Note we usually use memory-backend-file on s390x for the virtio-fs testing on RHEL, but for the live migration scenario, we have to use memory-backend-memfd due to RHEL-58831. Signed-off-by: Zhenchao Liu <[email protected]>
A full process name is required for the TASKKILL command, e.g. TASKKILL /F /IM fio.exe /T Signed-off-by: Zhenchao Liu <[email protected]>
1b8661d
to
5c5af34
Compare
- file_handles: | ||
required_virtiofsd_version = [1.13.0,) | ||
virtiofsd_version_cmd = rpm -q virtiofsd | cut -d- -f2 | ||
fs_binary_extra_options_targetfs = " --modcaps=+dac_read_search" |
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.
Should be +=
but not =
, or the migration will fail as the cache mode does not match to source daemon.
And for The current test results:
|
The following testing matrix is covered:
cache mode:
auto, never, always, metadata
writeback:
enabled and disabled
allow-direct-io
enabled and disabled
file-handles
mandatory and never
ID: 2966