Skip to content

Commit 8cbf11a

Browse files
committed
CNV#43386: vm disks and the CSI paradigm overview and diagram
1 parent 4fc9bd2 commit 8cbf11a

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
@@ -4686,6 +4686,8 @@ Topics:
46864686
File: virt-using-preallocation-for-datavolumes
46874687
- Name: Managing data volume annotations
46884688
File: virt-managing-data-volume-annotations
4689+
- Name: Understanding virtual machine storage with the CSI paradigm
4690+
File: virt-storage-with-csi-paradigm
46894691
# Virtual machine live migration
46904692
- Name: Live migration
46914693
Dir: live_migration

images/virt-storage-csi-paradigm.png

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)