We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bb35d0 + e47c35e commit c5f7761Copy full SHA for c5f7761
qemu/tests/cfg/virtio_fs_share_data_hugepage.cfg
@@ -65,11 +65,20 @@
65
- with_cache:
66
variants:
67
- auto:
68
- fs_binary_extra_options += ",cache=auto"
+ !Host_RHEL.m8:
69
+ fs_binary_extra_options += " --cache=auto"
70
+ Host_RHEL.m8:
71
+ fs_binary_extra_options += " -o cache=auto"
72
- always:
- fs_binary_extra_options += ",cache=always"
- - none:
- fs_binary_extra_options += ",cache=none"
73
74
+ fs_binary_extra_options += " --cache=always"
75
76
+ fs_binary_extra_options += " -o cache=always"
77
+ - never:
78
79
+ fs_binary_extra_options += " --cache=never"
80
81
+ fs_binary_extra_options += " -o cache=none"
82
83
- basic_test:
84
cmd_dd = 'dd if=/dev/urandom of=%s bs=1M count=2048 oflag=direct'
0 commit comments