Skip to content

Commit e1b2a2b

Browse files
danielclowersopenshift-cherrypick-robot
authored andcommitted
CNV#43386: vm disks and the CSI paradigm overview and diagram
1 parent e893030 commit e1b2a2b

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4681,6 +4681,8 @@ Topics:
46814681
File: virt-using-preallocation-for-datavolumes
46824682
- Name: Managing data volume annotations
46834683
File: virt-managing-data-volume-annotations
4684+
- Name: Understanding virtual machine storage with the CSI paradigm
4685+
File: virt-storage-with-csi-paradigm
46844686
# Virtual machine live migration
46854687
- Name: Live migration
46864688
Dir: live_migration
105 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/storage/virt-storage-with-csi-paradigm.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-storage-vp-csi-overview_{context}"]
7+
= Virtual machine CSI storage overview
8+
9+
{VirtProductName} integrates with the Container Storage Interface (CSI) to manage 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.
10+
11+
image:virt-storage-csi-paradigm.png[title="Virtual machine disks and the CSI paradigm"]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="virt-storage-with-csi-paradigm"]
3+
= Understanding virtual machine storage with the CSI paradigm
4+
include::_attributes/common-attributes.adoc[]
5+
:context: virt-storage-with-csi-paradigm
6+
7+
toc::[]
8+
9+
Virtual machines (VMs) in {VirtProductName} use PersistentVolume (PV) and PersistentVolumeClaim (PVC) paradigms to manage storage. This ensures seamless integration with the Container Storage Interface (CSI).
10+
11+
include::modules/virt-storage-pv-csi-overview.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)