Skip to content

Commit 3c0c573

Browse files
authored
Merge pull request #54711 from alishaIBM/csi
2 parents e2dda92 + e23f9de commit 3c0c573

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,8 @@ Topics:
15511551
File: persistent-storage-csi-google-cloud-file
15521552
- Name: IBM VPC Block CSI Driver Operator
15531553
File: persistent-storage-csi-ibm-vpc-block
1554+
- Name: IBM Power Virtual Server Block CSI Driver Operator
1555+
File: persistent-storage-csi-ibm-powervs-block
15541556
- Name: OpenStack Cinder CSI Driver Operator
15551557
File: persistent-storage-csi-cinder
15561558
- Name: OpenStack Manila CSI Driver Operator

modules/persistent-storage-csi-drivers-supported.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ifndef::openshift-rosa[]
2525
|GCP Filestore | ✅ | - | ✅| -
2626
endif::openshift-rosa[]
2727
ifndef::openshift-dedicated,openshift-rosa[]
28+
|{ibmpowerProductName} Virtual Server Block | - | - | ✅
2829
|IBM VPC Block | ✅^[3]^ | - | ✅^[3]^| -
2930
|Microsoft Azure Disk | ✅ | ✅ | ✅| -
3031
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅| -
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:_content-type: ASSEMBLY
2+
[id="persistent-storage-csi-ibm-powervs-block"]
3+
= {ibmpowerProductName} Virtual Server Block CSI Driver Operator
4+
include::_attributes/common-attributes.adoc[]
5+
:context: persistent-storage-csi-ibm-powervs-block
6+
7+
toc::[]
8+
9+
[id="persistent-storage-csi-ibm-powervs-block-introduction_{context}"]
10+
== Introduction
11+
12+
The IBM Power Virtual Server Block CSI Driver will be installed through IBM Power Virtual Server Block CSI Driver Operator and the operator is based on libarary-go. The OpenShift library-go is a collection of functions that allow us to build OpenShift operators easily. Most of the functionality of a CSI driver operator is already available there. The IBM Power Virtual Server Block CSI Driver Operator is installed by the cluster-storage-operator. The Cluster-storage-operator installs the IBM Power Virtual Server Block CSI Driver Operator if the Platform type is Power Virtual Servers.
13+
14+
[id="persistent-storage-csi-ibm-powervs-block-overview_{context}"]
15+
== Overview
16+
17+
{product-title} can provision persistent volumes (PVs) by using the Container Storage Interface (CSI) driver for {ibmpowerProductName} Virtual Server Block Storage.
18+
19+
:FeatureName: {ibmpowerProductName} Virtual Server Block CSI Driver Operator
20+
include::snippets/technology-preview.adoc[leveloffset=+1]
21+
22+
Familiarity with xref:../../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[persistent storage] and xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[configuring CSI volumes] is helpful when working with a CSI Operator and driver.
23+
24+
To create CSI-provisioned PVs that mount to {ibmpowerProductName} Virtual Server Block storage assets, {product-title} installs the {ibmpowerProductName} Virtual Server Block CSI Driver Operator and the {ibmpowerProductName} Virtual Server Block CSI driver by default in the `openshift-cluster-csi-drivers` namespace.
25+
26+
* The _{ibmpowerProductName} Virtual Server Block CSI Driver Operator_ provides two storage classes named `ibm-powervs-tier1` (default), and `ibm-powervs-tier3` for different tiers that you can use to create persistent volume claims (PVCs). The {ibmpowerProductName} Virtual Server Block CSI Driver Operator supports dynamic volume provisioning by allowing storage volumes to be created on demand, eliminating the need for cluster administrators to pre-provision storage.
27+
28+
* The _{ibmpowerProductName} Virtual Server Block CSI driver_ allows you to create and mount {ibmpowerProductName} Virtual Server Block PVs.
29+
30+
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
31+
32+
[role="_additional-resources"]
33+
.Additional resources
34+
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]

0 commit comments

Comments
 (0)