5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-03 01:17:49 +03:00
pve-docs/pct-mountpoint-opts.adoc
Thomas Lamprecht d26563851c update static and schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-04-26 17:48:36 +02:00

53 lines
1.5 KiB
Plaintext

`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,mountoptions=<opt[;opt...]>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
Use volume as container root. See below for a detailed description of all options.
`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>]` ::
Use volume as container mount point. Use the special syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume.
`acl`=`<boolean>` ;;
Explicitly enable or disable ACL support.
`backup`=`<boolean>` ;;
Whether to include the mount point in backups (only used for volume mount points).
`mountoptions`=`<opt[;opt...]>` ;;
Extra mount options for rootfs/mps.
`mp`=`<Path>` ;;
Path to the mount point as seen from inside the container.
+
NOTE: Must not contain any symlinks for security reasons.
`quota`=`<boolean>` ;;
Enable user quotas inside the container (not supported with zfs subvolumes)
`replicate`=`<boolean>` ('default =' `1`);;
Will include this volume to a storage replica job.
`ro`=`<boolean>` ;;
Read-only mount point
`shared`=`<boolean>` ('default =' `0`);;
Mark this non-volume mount point as available on all nodes.
+
WARNING: This option does not share the mount point automatically, it assumes it is shared already!
`size`=`<DiskSize>` ;;
Volume size (read only value).
`volume`=`<volume>` ;;
Volume, device or directory to mount into the container.