Skip to content

Commit

Permalink
default.yaml: stop discouraging writable mounts (for 9p and virtiofs)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
AkihiroSuda committed Oct 26, 2023
1 parent 933ec09 commit 6071b40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6071b40

Please sign in to comment.