GlossaryΒΆ

LVM Physical Volume
LVM PV
An volume (disk or partition) consumed by a Volume Group to provide storage to Logical Volumes.
LVM Volume Group
LVM VG
A logical unit which aggregates Physical Volumes to provision Logical Volumes
LVM Logical Volume
LVM LV
A volume, part of a Volume Group, which exposes a slice of its backing storage.
Kubernetes PersistentVolume
Kubernetes PV
An existing persistent storage volume available to Kubernetes workloads.
Kubernetes PersistentVolumeClaim
Kubernetes PVC
A claim on a PersistentVolume, consumed by one or more Pods.