]> git.proxmox.com Git - pve-docs.git/blobdiff - pct-mountpoint-opts.adoc
scan-adoc-refs: include all sources in MANUAL_SOURCES
[pve-docs.git] / pct-mountpoint-opts.adoc
index 45bd0baf19724d9727bf33563166589d4671dd2f..129e6fd49c9917986791f28f056115dcada69ca9 100644 (file)
@@ -1,26 +1,28 @@
-`rootfs`: `[volume=]<volume> [,acl=<acl>] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=<ro>] [,size=<DiskSize>]`
+`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
 
-`mp[n]`: `mp=<Path>, [volume=]<volume> [,acl=<acl>] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=<ro>] [,size=<DiskSize>]`
+`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
 
-`acl`: `<acl>` ::
+`acl`: `boolean` ::
 
 Explicitly enable or disable ACL support.
 
-`backup`: `<[1|0]>` ::
+`backup`: `boolean` ::
 
-Whether to include the mountpoint in backups.
+Whether to include the mountpoint in backups (only used for volume mountpoints).
 
 `mp`: `<Path>` ::
 
 Path to the mountpoint as seen from inside the container.
++
+NOTE: Must not contain any symlinks for security reasons.
 
-`quota`: `<[0|1]>` ::
+`quota`: `boolean` ::
 
 Enable user quotas inside the container (not supported with zfs subvolumes)
 
-`ro`: `<ro>` ::
+`ro`: `boolean` ::
 
-Read-only mountpoint (not supported with bind mounts)
+Read-only mountpoint
 
 `size`: `<DiskSize>` ::