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