From 6071b403e8596bdc31f9083935d5e6372d4ce673 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 26 Oct 2023 23:00:02 +0900 Subject: [PATCH] default.yaml: stop discouraging writable mounts (for 9p and virtiofs) Setting `writable: true` is still discouraged for reverse-sshfs due to potential connectivity issues, but it should be fine for 9p (virtio-9p-pci) and virtiofs. Signed-off-by: Akihiro Suda --- examples/default.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/default.yaml b/examples/default.yaml index 7e9d09b27e2..68cb0c71110 100644 --- a/examples/default.yaml +++ b/examples/default.yaml @@ -57,8 +57,7 @@ mounts: # Configure the mountPoint inside the guest. # 🟢 Builtin default: value of location mountPoint: null - # CAUTION: `writable` SHOULD be false for the home directory. - # Setting `writable` to true is possible, but untested and dangerous. + # Setting `writable` to true is discouraged when mountType is set to "reverse-sshfs". # 🟢 Builtin default: false writable: null sshfs: