-
Notifications
You must be signed in to change notification settings - Fork 173
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_share_data_hugepage: correct cache argument #4241
base: master
Are you sure you want to change the base?
Conversation
@hellohellenmao , could you help review this one ? Thank you. |
(2/4) Host_RHEL.m9.u6.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.6.0.x86_64.io-github-autotest-qemu.virtio_fs_share_data_hugepage.basic_test.with_cache.auto.q35: PASS (70.81 s) |
LGTM |
@YongxueHong Could you please help to take a review here? THanks |
Hi @MiriamDeng @fbq815 @xiagao |
- none: | ||
fs_binary_extra_options += ",cache=none" | ||
fs_binary_extra_options += " --cache=never" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @zhaojunyao7
Do we consider updating the variant name to never
?
I prefer to update it since it is more earlier to understand the case purpose.
Pls let me know your opinions. Thanks.
f4ab925
to
1a525be
Compare
change cache argument of virtiofsd from',cache=' to ' --cache=' and update the cache mode 'none' to 'never' to match with the latest production behavior. Signed-off-by: Junyao Zhao <[email protected]>
1a525be
to
d22f731
Compare
@YongxueHong Thanks for you advice, updated the variant name to never. |
It looks good to me. ACK. |
change cache argument of virtiofsd from',cache=' to ' --cache=' and update the cache mode 'none' to 'never' to match with the latest production behavior.
ID:2917
Signed-off-by: Junyao Zhao [email protected]