]> git.proxmox.com Git - pve-docs.git/blob - pct-mountpoint-opts.adoc
add screenshot for start/shutdown order
[pve-docs.git] / pct-mountpoint-opts.adoc
1 `rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<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>] [,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 `ro`=`<boolean>` ;;
28
29 Read-only mount point
30
31 `shared`=`<boolean>` ('default =' `0`);;
32
33 Mark this non-volume mount point as available on all nodes.
34 +
35 WARNING: This option does not share the mount point automatically, it assumes it is shared already!
36
37 `size`=`<DiskSize>` ;;
38
39 Volume size (read only value).
40
41 `volume`=`<volume>` ;;
42
43 Volume, device or directory to mount into the container.
44