Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio_fs_share_data_hugepage: correct cache argument
Browse files Browse the repository at this point in the history
change cache argument passing in virtiofsd command from
,cache= to --cache=,cache=none should be --cache=never.

Signed-off-by: Junyao Zhao <[email protected]>
zhaojunyao7 committed Dec 23, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent a0de0cf commit 9290b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qemu/tests/cfg/virtio_fs_share_data_hugepage.cfg
Original file line number Diff line number Diff line change
@@ -65,11 +65,11 @@
- with_cache:
variants:
- auto:
fs_binary_extra_options += ",cache=auto"
fs_binary_extra_options += " --cache=auto"
- always:
fs_binary_extra_options += ",cache=always"
fs_binary_extra_options += " --cache=always"
- none:
fs_binary_extra_options += ",cache=none"
fs_binary_extra_options += " --cache=never"
variants:
- basic_test:
cmd_dd = 'dd if=/dev/urandom of=%s bs=1M count=2048 oflag=direct'

0 comments on commit 9290b40

Please sign in to comment.