]> git.proxmox.com Git - pve-docs.git/blob - pct-mountpoint-opts.adoc
followup fĂ­xes
[pve-docs.git] / pct-mountpoint-opts.adoc
1 `rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
2
3 Use 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
7 Use volume as container mount point.
8
9 `acl`=`<boolean>` ;;
10
11 Explicitly enable or disable ACL support.
12
13 `backup`=`<boolean>` ;;
14
15 Whether to include the mount point in backups (only used for volume mount points).
16
17 `mp`=`<Path>` ;;
18
19 Path to the mount point as seen from inside the container.
20 +
21 NOTE: Must not contain any symlinks for security reasons.
22
23 `quota`=`<boolean>` ;;
24
25 Enable user quotas inside the container (not supported with zfs subvolumes)
26
27 `replicate`=`<boolean>` ('default =' `1`);;
28
29 Will include this volume to a storage replica job.
30
31 `ro`=`<boolean>` ;;
32
33 Read-only mount point
34
35 `shared`=`<boolean>` ('default =' `0`);;
36
37 Mark this non-volume mount point as available on all nodes.
38 +
39 WARNING: This option does not share the mount point automatically, it assumes it is shared already!
40
41 `size`=`<DiskSize>` ;;
42
43 Volume size (read only value).
44
45 `volume`=`<volume>` ;;
46
47 Volume, device or directory to mount into the container.
48