1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #42209 from openshift-cherrypick-robot/cherry-pick-39815-to-enterprise-4.10

[enterprise-4.10] OSDOCS-2449: IBM VPC Block CSI Operator
This commit is contained in:
Lisa Pettyjohn
2022-02-23 10:16:02 -05:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -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]