]> git.proxmox.com Git - pve-docs.git/blame_incremental - pct-mountpoint-opts.adoc
update generated docs
[pve-docs.git] / pct-mountpoint-opts.adoc
... / ...
CommitLineData
1`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
2
3Use volume as container root. See below for a detailed description of all options.
4
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>]` ::
6
7Use volume as container mount point.
8
9`acl`=`<boolean>` ;;
10
11Explicitly enable or disable ACL support.
12
13`backup`=`<boolean>` ;;
14
15Whether to include the mount point in backups (only used for volume mount points).
16
17`mp`=`<Path>` ;;
18
19Path to the mount point as seen from inside the container.
20+
21NOTE: Must not contain any symlinks for security reasons.
22
23`quota`=`<boolean>` ;;
24
25Enable user quotas inside the container (not supported with zfs subvolumes)
26
27`replicate`=`<boolean>` ('default =' `1`);;
28
29Will include this volume to a storage replica job.
30
31`ro`=`<boolean>` ;;
32
33Read-only mount point
34
35`shared`=`<boolean>` ('default =' `0`);;
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!
40
41`size`=`<DiskSize>` ;;
42
43Volume size (read only value).
44
45`volume`=`<volume>` ;;
46
47Volume, device or directory to mount into the container.
48