Skip to content

Commit 377ee48

Browse files
danielclowersopenshift-cherrypick-robot
authored andcommitted
CNV#43386: vm disks and the CSI paradigm overview and diagram
1 parent 19376cf commit 377ee48

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
@@ -4682,6 +4682,8 @@ Topics:
46824682
File: virt-using-preallocation-for-datavolumes
46834683
- Name: Managing data volume annotations
46844684
File: virt-managing-data-volume-annotations
4685+
- Name: Understanding virtual machine storage with the CSI paradigm
4686+
File: virt-storage-with-csi-paradigm
46854687
# Virtual machine live migration
46864688
- Name: Live migration
46874689
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)