Skip to content

Commit 2d75e14

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-3517: Azure File CSI Driver Operator TP->GA
1 parent 7bba8c8 commit 2d75e14

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table describes the CSI drivers that are installed with {product-t
2323
|IBM VPC Block | - | - | ✅
2424
|Microsoft Azure Disk | ✅ | ✅ | ✅
2525
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅
26-
|Microsoft Azure File (Tech Preview) | - | - | ✅
26+
|Microsoft Azure File | - | - | ✅
2727
|OpenStack Cinder | ✅ | ✅ | ✅
2828
|OpenShift Data Foundation | ✅ | ✅ | ✅
2929
|OpenStack Manila | ✅ | - | -

storage/container_storage_interface/persistent-storage-csi-azure-file.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ toc::[]
99

1010
{product-title} is capable of provisioning persistent volumes (PVs) by using the Container Storage Interface (CSI) driver for Microsoft Azure File Storage.
1111

12-
:FeatureName: Azure File CSI Driver Operator
13-
include::snippets/technology-preview.adoc[leveloffset=+1]
14-
1512
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.
1613

17-
To create CSI-provisioned PVs that mount to Azure File storage assets with this feature enabled, {product-title} installs the Azure File CSI Driver Operator and the Azure File CSI driver by default in the `openshift-cluster-csi-drivers` namespace.
14+
To create CSI-provisioned PVs that mount to Azure File storage assets, {product-title} installs the Azure File CSI Driver Operator and the Azure File CSI driver by default in the `openshift-cluster-csi-drivers` namespace.
1815

19-
* The _Azure File CSI Driver Operator_, after being enabled, provides a storage class that is named `azurefile-csi` that you can use to create persistent volume claims (PVCs). The Azure File 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.
16+
* The _Azure File CSI Driver Operator_ provides a storage class that is named `azurefile-csi` that you can use to create persistent volume claims (PVCs).
2017

21-
* The _Azure File CSI driver_ enables you to create and mount Azure File PVs.
18+
* The _Azure File CSI driver_ enables you to create and mount Azure File PVs. The Azure File CSI driver supports dynamic volume provisioning by allowing storage volumes to be created on-demand, eliminating the need for cluster administrators to pre-provision storage.
2219

23-
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
20+
Azure File CSI Driver Operator does not support:
21+
22+
* Virtual hard disks (VHD)
2423

25-
:FeatureName: Azure File
26-
include::modules/persistent-storage-csi-tp-enable.adoc[leveloffset=+1]
24+
* Network File System (NFS): {product-title} does not deploy a NFS-backed storage class.
25+
26+
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
2727

2828
[role="_additional-resources"]
2929
.Additional resources

0 commit comments

Comments
 (0)