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

OSDOCS-2449: IBM Cloud CSI Operator

This commit is contained in:
Lisa Pettyjohn
2021-12-08 16:16:22 -05:00
committed by openshift-cherrypick-robot
parent d7fc8fb41e
commit 6cc2630f8d
3 changed files with 27 additions and 1 deletions

View File

@@ -1201,6 +1201,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

View File

@@ -17,8 +17,9 @@ The following table describes the CSI drivers that are installed with {product-t
|CSI driver |CSI volume snapshots |CSI cloning |CSI resize
|AWS EBS | ✅ | - | ✅
|AWS EFS (Tech Preview) | - | - | -
|AWS EFS | - | - | -
|Google Cloud Platform (GCP) persistent disk (PD)| ✅ | - | ✅
|IBM VPC Block | - | - | ✅
|Microsoft Azure Disk | ✅ | ✅ | ✅
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅
|OpenStack Cinder | ✅ | ✅ | ✅

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]