]> git.proxmox.com Git - pve-docs.git/blame_incremental - pct-mountpoint-opts.adoc
bump package release numbers
[pve-docs.git] / pct-mountpoint-opts.adoc
... / ...
CommitLineData
1`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
2
3`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
4
5`acl`: `boolean` ::
6
7Explicitly enable or disable ACL support.
8
9`backup`: `boolean` ::
10
11Whether to include the mountpoint in backups.
12
13`mp`: `<Path>` ::
14
15Path to the mountpoint as seen from inside the container.
16
17`quota`: `boolean` ::
18
19Enable user quotas inside the container (not supported with zfs subvolumes)
20
21`ro`: `boolean` ::
22
23Read-only mountpoint (not supported with bind mounts)
24
25`size`: `<DiskSize>` ::
26
27Volume size (read only value).
28
29`volume`: `<volume>` ::
30
31Volume, device or directory to mount into the container.
32