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