LVMVolumeGroupSet
Scope: Cluster
Version: v1alpha1
An interface for creating several LVMVolumeGroups by common template at once.
- object
Required value
The common template for LVMVolumeGroup resources provided by the set.
- object
Required value
The desired BlockDevice resources selector to provide in LVMVolumeGroups configurations.
- array of objects
The desired block device selector expressions.
- array of objects
The desired thin pool configuration in LVMVolumeGroups.
Note, that the configuration will be common for every LVMVolumeGroup created by the set.
- integer or string
Required value
The desired thin pool size. Might be specified as number or percent size of total VG space.
Note, that if you specify the percent size, the thin pool will be automatically extended when VG is extended.
Pattern:
^[0-9]+(\.[0-9]+)?(E|P|T|G|M|k|Ei|Pi|Ti|Gi|Mi|Ki)?$|^[1-9][0-9]?%$|100%
- object
Required value
The desired node selector for nodes which will be used by LVMVolumeGroups.