X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct-mountpoint-opts.adoc;h=e2a9f153a5d3cc1893fbb0bda43e99effe4f1efc;hp=afd63a8024100d7b7372bfaca8e706b01c88f5e0;hb=139a90198b15dde320ba74b18d3868044a49b348;hpb=de0983cb5feb38143ada8d2f9fa99d4f7102d497 diff --git a/pct-mountpoint-opts.adoc b/pct-mountpoint-opts.adoc index afd63a8..e2a9f15 100644 --- a/pct-mountpoint-opts.adoc +++ b/pct-mountpoint-opts.adoc @@ -1,40 +1,44 @@ -`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` +`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<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>] [,shared=<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>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: + +Use volume as container mount point. + +`acl`=`` ;; Explicitly enable or disable ACL support. -`backup`: `boolean` :: +`backup`=`` ;; Whether to include the mount point in backups (only used for volume mount points). -`mp`: `` :: +`mp`=`` ;; 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` :: +`ro`=`` ;; Read-only mount point -`shared`: `boolean` (default=`0`):: +`shared`=`` ('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`: `` :: +`size`=`` ;; Volume size (read only value). -`volume`: `` :: +`volume`=`` ;; Volume, device or directory to mount into the container.