X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pct-mountpoint-opts.adoc;h=129e6fd49c9917986791f28f056115dcada69ca9;hb=66e541d00400769a6b5aa237669968411e8a6d1b;hp=45bd0baf19724d9727bf33563166589d4671dd2f;hpb=fe154a4fa363429b275be49d71dac954767030e6;p=pve-docs.git diff --git a/pct-mountpoint-opts.adoc b/pct-mountpoint-opts.adoc index 45bd0ba..129e6fd 100644 --- a/pct-mountpoint-opts.adoc +++ b/pct-mountpoint-opts.adoc @@ -1,26 +1,28 @@ -`rootfs`: `[volume=] [,acl=] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=] [,size=]` +`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` -`mp[n]`: `mp=, [volume=] [,acl=] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=] [,size=]` +`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=]` -`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 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`: `boolean` :: -Read-only mountpoint (not supported with bind mounts) +Read-only mountpoint `size`: `` ::