2019-07-15 21:48:48 +02:00
`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,mountoptions=<opt[;opt...]>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
2016-05-07 14:15:22 +02:00
2016-11-05 17:21:04 +01:00
Use volume as container root. See below for a detailed description of all options.
2016-05-07 14:15:22 +02:00
2019-07-15 21:48:48 +02:00
`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,mountoptions=<opt[;opt...]>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
2016-11-05 17:21:04 +01:00
2021-04-26 17:48:36 +02:00
Use volume as container mount point. Use the special syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume.
2016-11-05 17:21:04 +01:00
`acl`=`<boolean>` ;;
2016-05-07 14:15:22 +02:00
Explicitly enable or disable ACL support.
2016-11-05 17:21:04 +01:00
`backup`=`<boolean>` ;;
2016-05-07 14:15:22 +02:00
2016-11-03 13:21:10 +01:00
Whether to include the mount point in backups (only used for volume mount points).
2016-05-07 14:15:22 +02:00
2019-07-15 21:48:48 +02:00
`mountoptions`=`<opt[;opt...]>` ;;
Extra mount options for rootfs/mps.
2016-11-05 17:21:04 +01:00
`mp`=`<Path>` ;;
2016-05-07 14:15:22 +02:00
2016-11-03 13:21:10 +01:00
Path to the mount point as seen from inside the container.
2016-09-29 12:18:57 +02:00
+
NOTE: Must not contain any symlinks for security reasons.
2016-05-07 14:15:22 +02:00
2016-11-05 17:21:04 +01:00
`quota`=`<boolean>` ;;
2016-05-07 14:15:22 +02:00
Enable user quotas inside the container (not supported with zfs subvolumes)
2017-06-29 18:01:29 +02:00
`replicate`=`<boolean>` ('default =' `1`);;
Will include this volume to a storage replica job.
2016-11-05 17:21:04 +01:00
`ro`=`<boolean>` ;;
2016-05-07 14:15:22 +02:00
2016-11-03 13:21:10 +01:00
Read-only mount point
2016-11-05 17:21:04 +01:00
`shared`=`<boolean>` ('default =' `0`);;
2016-11-03 13:21:10 +01:00
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!
2016-05-07 14:15:22 +02:00
2016-11-05 17:21:04 +01:00
`size`=`<DiskSize>` ;;
2016-05-07 14:15:22 +02:00
Volume size (read only value).
2016-11-05 17:21:04 +01:00
`volume`=`<volume>` ;;
2016-05-07 14:15:22 +02:00
Volume, device or directory to mount into the container.