| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Volume group name. Must be 1-63 chars: ASCII letters, digits, hyphens, underscores. | |
provisioning | ProvisioningSpec | The provisioning describes how the Physical Volumes are provisioned. |
provisioning
ProvisioningSpec describes how the Physical Volumes are provisioned.| Field | Type | Description | Value(s) |
|---|---|---|---|
volumeSelector | LVMVolumeSelectorSpec | Matches disks to initialize as physical volumes. |
volumeSelector
LVMVolumeSelectorSpec matches disks with CEL.| Field | Type | Description | Value(s) |
|---|---|---|---|
match | Expression | CEL expression matching a disk or partition to use as a physical volume. The expression is evaluated against each discovered volume with the volume variable (the discovered volume) and, for whole disks, thedisk variable. Partitions (e.g. raw volumes) can be matched by theirpartition label via volume.partition_label. |