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