]> git.proxmox.com Git - pve-docs.git/blobdiff - pct-mountpoint-opts.adoc
update generated docs
[pve-docs.git] / pct-mountpoint-opts.adoc
index 129e6fd49c9917986791f28f056115dcada69ca9..feb85e1552130fec8a452cb76945ce50fd9089cb 100644 (file)
@@ -1,28 +1,34 @@
-`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
+`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]`
 
-`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
+`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]`
 
-`acl`: `boolean` ::
+`acl`: `<boolean>` ::
 
 Explicitly enable or disable ACL support.
 
-`backup`: `boolean` ::
+`backup`: `<boolean>` ::
 
-Whether to include the mountpoint in backups (only used for volume mountpoints).
+Whether to include the mount point in backups (only used for volume mount points).
 
 `mp`: `<Path>` ::
 
-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`: `<boolean>` ::
 
 Enable user quotas inside the container (not supported with zfs subvolumes)
 
-`ro`: `boolean` ::
+`ro`: `<boolean>` ::
 
-Read-only mountpoint
+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>` ::