X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pct-mountpoint-opts.adoc;h=0c3eae63e44a34b5cb21926cc99d6fe757b53634;hb=f9088ceb2d697d51ff6962e120b0c82d0026f3c0;hp=e2a9f153a5d3cc1893fbb0bda43e99effe4f1efc;hpb=e7ff87618518ae851c9dff342c5f5059309c3b5a;p=pve-docs.git diff --git a/pct-mountpoint-opts.adoc b/pct-mountpoint-opts.adoc index e2a9f15..0c3eae6 100644 --- a/pct-mountpoint-opts.adoc +++ b/pct-mountpoint-opts.adoc @@ -1,10 +1,10 @@ -`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`rootfs`: `[volume=] [,acl=<1|0>] [,mountoptions=] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container root. See below for a detailed description of all options. -`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`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 volume as container mount point. Use the special syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume. `acl`=`` ;; @@ -14,6 +14,10 @@ Explicitly enable or disable ACL support. Whether to include the mount point in backups (only used for volume mount points). +`mountoptions`=`` ;; + +Extra mount options for rootfs/mps. + `mp`=`` ;; Path to the mount point as seen from inside the container. @@ -24,6 +28,10 @@ NOTE: Must not contain any symlinks for security reasons. Enable user quotas inside the container (not supported with zfs subvolumes) +`replicate`=`` ('default =' `1`);; + +Will include this volume to a storage replica job. + `ro`=`` ;; Read-only mount point