diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 06a440fd04..c92635ed4c 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -1199,6 +1199,8 @@ Topics: File: persistent-storage-csi-azure-stack-hub - Name: GCP PD CSI Driver Operator File: persistent-storage-csi-gcp-pd + - Name: IBM VPC Block CSI Driver Operator + File: persistent-storage-csi-ibm-vpc-block - Name: OpenStack Cinder CSI Driver Operator File: persistent-storage-csi-cinder - Name: OpenStack Manila CSI Driver Operator diff --git a/storage/container_storage_interface/persistent-storage-csi-ibm-vpc-block.adoc b/storage/container_storage_interface/persistent-storage-csi-ibm-vpc-block.adoc new file mode 100644 index 0000000000..afd7a7d04a --- /dev/null +++ b/storage/container_storage_interface/persistent-storage-csi-ibm-vpc-block.adoc @@ -0,0 +1,23 @@ +[id="persistent-storage-csi-ibm-vpc-block"] += IBM VPC Block CSI Driver Operator +include::modules/common-attributes.adoc[] +:context: persistent-storage-csi-ibm-vpc-block + +toc::[] + +== Overview + +{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for IBM Virtual Private Cloud (VPC) Block Storage. + +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 recommended when working with a CSI Operator and driver. + +To create CSI-provisioned PVs that mount to IBM VPC Block storage assets, {product-title} installs the IBM VPC Block CSI Driver Operator and the IBM VPC Block CSI driver by default in the `openshift-cluster-csi-drivers` namespace. + +* The _IBM VPC Block CSI Driver Operator_ provides three storage classes named `ibmc-vpc-block-10iops-tier` (default), `ibmc-vpc-block-5iops-tier`, and `ibmc-vpc-block-custom` for different tiers that you can use to create persistent volume claims (PVCs). The IBM VPC 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. + +* The _IBM VPC Block CSI driver_ enables you to create and mount IBM VPC Block PVs. + +include::modules/persistent-storage-csi-about.adoc[leveloffset=+1] + +.Additional resources +* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]