mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-09-03 20:21:47 +00:00
Merge pull request #57 from feiskyer/fix-cache
Do not cache for shared volumes
This commit is contained in:
+1
-1
@@ -544,7 +544,7 @@ static int hyper_setup_shared(struct hyper_pod *pod)
|
||||
}
|
||||
|
||||
if (mount(pod->share_tag, "/tmp/hyper/shared", "9p",
|
||||
MS_MGC_VAL| MS_NODEV, "trans=virtio,cache=loose") < 0) {
|
||||
MS_MGC_VAL| MS_NODEV, "trans=virtio") < 0) {
|
||||
|
||||
perror("fail to mount shared dir");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user