Skip to content

Commit d61330f

Browse files
committed
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 <[email protected]>
1 parent a7b2467 commit d61330f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/default.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ mounts:
7171
# Configure the mountPoint inside the guest.
7272
# 🟢 Builtin default: value of location
7373
mountPoint: null
74-
# CAUTION: `writable` SHOULD be false for the home directory.
75-
# Setting `writable` to true is possible, but untested and dangerous.
74+
# Setting `writable` to true is discouraged when mountType is set to "reverse-sshfs".
7675
# 🟢 Builtin default: false
7776
writable: null
7877
sshfs:

0 commit comments

Comments
 (0)