Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zhencliu
Copy link
Contributor

@zhencliu zhencliu commented Oct 31, 2024

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

@zhencliu zhencliu force-pushed the virtiofs_migration_nfs branch 8 times, most recently from a345b0e to 5ae85f0 Compare November 5, 2024 12:59
@zhencliu
Copy link
Contributor Author

zhencliu commented Nov 5, 2024

Hi @hellohellenmao , would you please review this patch? Testing on RHEL9.3 and Win2022 has passed, thanks.

@hellohellenmao
Copy link
Contributor

Hi @zhencliu
For this case, still need to cover the File handles matrix as below(Also in the Setup part in polarion case)

source:
# /usr/libexec/virtiofsd --shared-dir /home/timao/virtiofsd/source_mnt/ --socket-path /home/timao/virtiofsd/source_virtiofsd.sock --inode-file-handles=mandatory --migration-mode=file-handles --modcaps=+dac_read_search --cache auto & (working and migrating using file handles)
# /usr/libexec/virtiofsd --shared-dir /home/timao/virtiofsd/source_mnt/ --socket-path /home/timao/virtiofsd/source_virtiofsd.sock --inode-file-handles=never --migration-mode=file-handles --modcaps=+dac_read_search  --cache auto & (working without file handle and migrating using file handles)
target:
# /usr/libexec/virtiofsd --shared-dir /home/timao/virtiofsd/tgt_mnt/ --socket-path /home/timao/virtiofsd/tgt_virtiofsd.sock --modcaps=+dac_read_search --cache auto &

Thanks.

@zhencliu zhencliu force-pushed the virtiofs_migration_nfs branch 2 times, most recently from dbec313 to 142bc9f Compare November 12, 2024 02:46
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

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]>
@zhencliu zhencliu force-pushed the virtiofs_migration_nfs branch from 142bc9f to 2b1d493 Compare November 12, 2024 02:48
@XueqiangWei
Copy link
Contributor

Hi @fbq815 , @xiagao, could you please help review it? Many thanks.

@fbq815
Copy link
Contributor

fbq815 commented Dec 5, 2024

@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

@fbq815
Copy link
Contributor

fbq815 commented Dec 6, 2024

@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)
details added in the jira task

@xiagao
Copy link
Contributor

xiagao commented Dec 9, 2024

@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) details added in the jira task

win2025 on x86_64 also has this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants