X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pct-mountpoint-opts.adoc;h=0c3eae63e44a34b5cb21926cc99d6fe757b53634;hb=10a2a4aa2e07f720da624f9d0611af8d6be13152;hp=fc1ffd1571c5f9b9c11ad6be9a4410fb725a188b;hpb=f004f5b97a071cf1fd5b7467c1d9e74dcdd84375;p=pve-docs.git diff --git a/pct-mountpoint-opts.adoc b/pct-mountpoint-opts.adoc index fc1ffd1..0c3eae6 100644 --- a/pct-mountpoint-opts.adoc +++ b/pct-mountpoint-opts.adoc @@ -1,32 +1,52 @@ -`rootfs`: `[volume=] [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` +`rootfs`: `[volume=] [,acl=<1|0>] [,mountoptions=] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: -`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` +Use volume as container root. See below for a detailed description of all options. -`acl`: `boolean` :: +`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,mountoptions=] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: + +Use volume as container mount point. Use the special syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume. + +`acl`=`` ;; Explicitly enable or disable ACL support. -`backup`: `boolean` :: +`backup`=`` ;; + +Whether to include the mount point in backups (only used for volume mount points). + +`mountoptions`=`` ;; -Whether to include the mountpoint in backups. +Extra mount options for rootfs/mps. -`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`: `boolean` :: +`quota`=`` ;; Enable user quotas inside the container (not supported with zfs subvolumes) -`ro`: `boolean` :: +`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.