Merge pull request #82258 from erikarvstedt/fix-xchg-caching

fix inconsistent caching of VM xchg dirs
This commit is contained in:
Florian Klink
2020-06-01 22:34:48 +02:00
committed by GitHub
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ in
"/tmp/xchg" =
{ device = "xchg";
fsType = "9p";
options = [ "trans=virtio" "version=9p2000.L" "cache=loose" ];
options = [ "trans=virtio" "version=9p2000.L" ];
neededForBoot = true;
};
"/tmp/shared" =