X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct-mountpoint-opts.adoc;h=203b9f338ebc9d84a165d307da79cb517f848471;hp=45bd0baf19724d9727bf33563166589d4671dd2f;hb=856993e4166495537f42e0b9c3a51c966227feab;hpb=fe154a4fa363429b275be49d71dac954767030e6 diff --git a/pct-mountpoint-opts.adoc b/pct-mountpoint-opts.adoc index 45bd0ba..203b9f3 100644 --- a/pct-mountpoint-opts.adoc +++ b/pct-mountpoint-opts.adoc @@ -1,32 +1,48 @@ -`rootfs`: `[volume=] [,acl=] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=] [,size=]` +`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: -`mp[n]`: `mp=, [volume=] [,acl=] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=] [,size=]` +Use volume as container root. See below for a detailed description of all options. -`acl`: `` :: +`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: + +Use volume as container mount point. + +`acl`=`` ;; Explicitly enable or disable ACL support. -`backup`: `<[1|0]>` :: +`backup`=`` ;; -Whether to include the mountpoint in backups. +Whether to include the mount point in backups (only used for volume mount points). -`mp`: `` :: +`mp`=`` ;; -Path to the mountpoint as seen from inside the container. +Path to the mount point as seen from inside the container. ++ +NOTE: Must not contain any symlinks for security reasons. -`quota`: `<[0|1]>` :: +`quota`=`` ;; Enable user quotas inside the container (not supported with zfs subvolumes) -`ro`: `` :: +`replicate`=`` ('default =' `1`);; + +Will include this volume to a storage replica job. + +`ro`=`` ;; + +Read-only mount point + +`shared`=`` ('default =' `0`);; -Read-only mountpoint (not supported with bind mounts) +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`: `` :: +`size`=`` ;; Volume size (read only value). -`volume`: `` :: +`volume`=`` ;; Volume, device or directory to mount into the container.