This is a cache of https://docs.okd.io/4.19/virt/storage/virt-storage-with-csi-paradigm.html. It is a snapshot of the page at 2026-01-20T22:17:16.830+0000.
Understanding virtual machine storage with the CSI paradigm - Storage | Virtualization | OKD 4.19
×

Virtual machines (VMs) in OKD Virtualization use PersistentVolume (PV) and PersistentVolumeClaim (PVC) paradigms to manage storage. This ensures seamless integration with the Container Storage Interface (CSI).

Virtual machine CSI storage overview

OKD Virtualization integrates with the Container Storage Interface (CSI) to manage virtual machine (VM) storage.

Storage classes define storage capabilities such as performance tiers and types. PersistentVolumeClaims (PVCs) request storage resources, which bind to PersistentVolumes (PVs). CSI drivers connect Kubernetes to vendor storage backends, including iSCSI, NFS, and Fibre Channel.

A VM can start even if its PVC is already mounted by another pod. This behavior follows Kubernetes PVC access semantics and can lead to data corruption if multiple writers access the same volume.

virt storage csi paradigm