Skip to content

Commit 61b22ce

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-2187 Azure Stack Hub CSI Driver
1 parent 560198e commit 61b22ce

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,8 @@ Topics:
11571157
File: persistent-storage-csi-ebs
11581158
- Name: Azure Disk CSI Driver Operator
11591159
File: persistent-storage-csi-azure
1160+
- Name: Azure Stack Hub CSI Driver Operator
1161+
File: persistent-storage-csi-azure-stack-hub
11601162
- Name: GCP PD CSI Driver Operator
11611163
File: persistent-storage-csi-gcp-pd
11621164
- Name: OpenStack Cinder CSI Driver Operator

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The following table describes the CSI drivers that are installed with {product-t
1919
|AWS EBS (Tech Preview) | ✅ | - | ✅
2020
|Google Cloud Platform (GCP) persistent disk (PD) (Tech Preview)| ✅ | - | ✅
2121
|Microsoft Azure Disk (Tech Preview) | ✅ | ✅ | ✅
22+
|Microsoft Azure Stack Hub | - | - | -
2223
|OpenStack Cinder | ✅ | ✅ | ✅
2324
|OpenStack Manila | ✅ | ✅ | ✅
2425
|Red Hat Virtualization (oVirt) | - | - | ✅
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[id="persistent-storage-csi-azure-stack-hub"]
2+
= Azure Stack Hub CSI Driver Operator
3+
include::modules/common-attributes.adoc[]
4+
:context: persistent-storage-csi-azure-stack-hub
5+
6+
toc::[]
7+
8+
== Overview
9+
10+
{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.
11+
12+
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.
13+
14+
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.
15+
16+
* 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.
17+
18+
* The _Azure Stack Hub CSI driver_ enables you to create and mount Azure Stack Hub PVs.
19+
20+
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
21+
22+
== Additional resources
23+
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]

0 commit comments

Comments
 (0)