]> git.proxmox.com Git - pve-docs.git/blob - pct-mountpoint-opts.adoc
use parbox for description labels to allow line breaks
[pve-docs.git] / pct-mountpoint-opts.adoc
1 `rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]`
2
3 `mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]`
4
5 `acl`: `boolean` ::
6
7 Explicitly enable or disable ACL support.
8
9 `backup`: `boolean` ::
10
11 Whether to include the mount point in backups (only used for volume mount points).
12
13 `mp`: `<Path>` ::
14
15 Path to the mount point as seen from inside the container.
16 +
17 NOTE: Must not contain any symlinks for security reasons.
18
19 `quota`: `boolean` ::
20
21 Enable user quotas inside the container (not supported with zfs subvolumes)
22
23 `ro`: `boolean` ::
24
25 Read-only mount point
26
27 `shared`: `boolean` (default=`0`)::
28
29 Mark this non-volume mount point as available on all nodes.
30 +
31 WARNING: This option does not share the mount point automatically, it assumes it is shared already!
32
33 `size`: `<DiskSize>` ::
34
35 Volume size (read only value).
36
37 `volume`: `<volume>` ::
38
39 Volume, device or directory to mount into the container.
40