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]>
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.

2 participants