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

Commits on Nov 12, 2024

  1. virtio_fs_nfs_migration: Virtiofs migration testing over NFS

    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]>
    zhencliu committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0b662a0 View commit details
    Browse the repository at this point in the history
  2. storage_benchmark: Exe suffix is needed when killing process on windows

    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 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2b1d493 View commit details
    Browse the repository at this point in the history