diff --git a/_topic_map.yml b/_topic_map.yml index c638a45695..533e1f235a 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -1152,6 +1152,8 @@ Topics: File: persistent-storage-csi-ebs - Name: Azure Disk CSI Driver Operator File: persistent-storage-csi-azure + - Name: Azure Stack Hub CSI Driver Operator + File: persistent-storage-csi-azure-stack-hub - Name: GCP PD CSI Driver Operator File: persistent-storage-csi-gcp-pd - Name: OpenStack Cinder CSI Driver Operator diff --git a/modules/persistent-storage-csi-drivers-supported.adoc b/modules/persistent-storage-csi-drivers-supported.adoc index ce0200c586..70d13314c6 100644 --- a/modules/persistent-storage-csi-drivers-supported.adoc +++ b/modules/persistent-storage-csi-drivers-supported.adoc @@ -19,6 +19,7 @@ The following table describes the CSI drivers that are installed with {product-t |AWS EBS | ✅ | - | ✅ |Google Cloud Platform (GCP) persistent disk (PD) (Tech Preview)| ✅ | - | ✅ |Microsoft Azure Disk (Tech Preview) | ✅ | ✅ | ✅ +|Microsoft Azure Stack Hub | - | - | - |OpenStack Cinder | ✅ | ✅ | ✅ |OpenShift Container Storage | ✅ | ✅ | ✅ |OpenStack Manila | ✅ | ✅ | ✅ diff --git a/storage/container_storage_interface/persistent-storage-csi-azure-stack-hub.adoc b/storage/container_storage_interface/persistent-storage-csi-azure-stack-hub.adoc new file mode 100644 index 0000000000..99a769898e --- /dev/null +++ b/storage/container_storage_interface/persistent-storage-csi-azure-stack-hub.adoc @@ -0,0 +1,23 @@ +[id="persistent-storage-csi-azure-stack-hub"] += Azure Stack Hub CSI Driver Operator +include::modules/common-attributes.adoc[] +:context: persistent-storage-csi-azure-stack-hub + +toc::[] + +== Overview + +{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for Azure Stack Hub Storage. Azure Stack Hub, which is part of the Azure Stack portfolio, allows you to run apps in an on-premises environment and deliver Azure services in your datacenter. + +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 Azure Stack Hub storage assets, {product-title} installs the Azure Stack Hub CSI Driver Operator and the Azure Stack Hub CSI driver by default in the `openshift-cluster-csi-drivers` namespace. + +* The _Azure Stack Hub CSI Driver Operator_ provides a storage class (`managed-csi`), with "Standard_LRS" as the default storage account type, that you can use to create persistent volume claims (PVCs). The Azure Stack Hub 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 _Azure Stack Hub CSI driver_ enables you to create and mount Azure Stack Hub 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]