]> git.proxmox.com Git - pve-docs.git/blame - pct-mountpoint-opts.adoc
output-format.adoc: fix typo
[pve-docs.git] / pct-mountpoint-opts.adoc
CommitLineData
5d9c884c 1`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,replicate=<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
5d9c884c 5`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
e7ff8761
DM
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
5d9c884c
DM
27`replicate`=`<boolean>` ('default =' `1`);;
28
29Will include this volume to a storage replica job.
30
e7ff8761 31`ro`=`<boolean>` ;;
fe154a4f 32
de0983cb
DM
33Read-only mount point
34
e7ff8761 35`shared`=`<boolean>` ('default =' `0`);;
de0983cb
DM
36
37Mark this non-volume mount point as available on all nodes.
38+
39WARNING: This option does not share the mount point automatically, it assumes it is shared already!
fe154a4f 40
e7ff8761 41`size`=`<DiskSize>` ;;
fe154a4f
DM
42
43Volume size (read only value).
44
e7ff8761 45`volume`=`<volume>` ;;
fe154a4f
DM
46
47Volume, device or directory to mount into the container.
48