]> git.proxmox.com Git - pve-docs.git/blame - pct-mountpoint-opts.adoc
bump version to 8.2.1
[pve-docs.git] / pct-mountpoint-opts.adoc
CommitLineData
7cbed89a 1`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,mountoptions=<opt[;opt...]>] [,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
7cbed89a 5`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,mountoptions=<opt[;opt...]>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
e7ff8761 6
d2656385 7Use volume as container mount point. Use the special syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume.
e7ff8761
DM
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
7cbed89a
TL
17`mountoptions`=`<opt[;opt...]>` ;;
18
19Extra mount options for rootfs/mps.
20
e7ff8761 21`mp`=`<Path>` ;;
fe154a4f 22
de0983cb 23Path to the mount point as seen from inside the container.
2c0dde61
DM
24+
25NOTE: Must not contain any symlinks for security reasons.
fe154a4f 26
e7ff8761 27`quota`=`<boolean>` ;;
fe154a4f
DM
28
29Enable user quotas inside the container (not supported with zfs subvolumes)
30
5d9c884c
DM
31`replicate`=`<boolean>` ('default =' `1`);;
32
33Will include this volume to a storage replica job.
34
e7ff8761 35`ro`=`<boolean>` ;;
fe154a4f 36
de0983cb
DM
37Read-only mount point
38
e7ff8761 39`shared`=`<boolean>` ('default =' `0`);;
de0983cb
DM
40
41Mark this non-volume mount point as available on all nodes.
42+
43WARNING: This option does not share the mount point automatically, it assumes it is shared already!
fe154a4f 44
e7ff8761 45`size`=`<DiskSize>` ;;
fe154a4f
DM
46
47Volume size (read only value).
48
e7ff8761 49`volume`=`<volume>` ;;
fe154a4f
DM
50
51Volume, device or directory to mount into the container.
52