]> git.proxmox.com Git - pve-docs.git/blobdiff - pct-mountpoint-opts.adoc
update generated docs
[pve-docs.git] / pct-mountpoint-opts.adoc
index afd63a8024100d7b7372bfaca8e706b01c88f5e0..feb85e1552130fec8a452cb76945ce50fd9089cb 100644 (file)
@@ -2,11 +2,11 @@
 
 `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 mount point in backups (only used for volume mount points).
 
@@ -16,15 +16,15 @@ 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 mount point
 
-`shared`: `boolean` (default=`0`)::
+`shared`: `<boolean>` ('default =' `0`)::
 
 Mark this non-volume mount point as available on all nodes.
 +