VMs need PersistentVolumes. On SNO without ODF (too resource-intensive for a single node), the LVM Storage Operator is the recommended solution. It creates a thin-pool-based StorageClass on a free block device. Thin provisioning enables fast PVC clones — essential for VM golden-image workflows. Prerequisite: at least one free, unused block device on the node.
nvme1n1 (894.3G, no partitions)nvme0n1 is the OCP system disk (has /boot + /sysroot) — do not touch it!LVM Storage → installopenshift-lvm-storage (default), channel: stable-4.21/dev/nvme1n1 already set)watch oc get lvmcluster -n openshift-lvm-storagelvms-vg1 as defaultvelero.io/csi-volumesnapshot-class=true (required when using OADP/PRE-13, otherwise PVC snapshots fail in OADP backups)