This commit is contained in:
=
2024-12-09 23:34:13 -05:00
parent 43fc89a966
commit 098f63fa5b
11 changed files with 277 additions and 144 deletions

9
talos/volume-config.yaml Normal file
View File

@ -0,0 +1,9 @@
apiVersion: v1alpha1
kind: VolumeConfig
name: mayastor # Name of the volume.
# The provisioning describes how the volume is provisioned.
provisioning:
# The disk selector expression.
diskSelector:
match: disk.transport == "nvme" # The Common Expression Language (CEL) expression to match the disk.
maxSize: 501GiB