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

OSDOCS-3517: Azure File CSI Driver Operator TP->GA

This commit is contained in:
Lisa Pettyjohn
2022-04-13 10:45:19 -04:00
parent 416d065936
commit 5d713b9ad2
2 changed files with 10 additions and 10 deletions

View File

@@ -22,8 +22,8 @@ The following table describes the CSI drivers that are installed with {product-t
|Google Cloud Platform (GCP) persistent disk (PD)| ✅ | - | ✅
|IBM VPC Block | - | - | ✅
|Microsoft Azure Disk | ✅ | ✅ | ✅
|Microsoft Azure File (Tech Preview) | - | - | ✅
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅
|Microsoft Azure File | - | - | ✅
|OpenStack Cinder | ✅ | ✅ | ✅
|OpenShift Data Foundation | ✅ | ✅ | ✅
|OpenStack Manila | ✅ | - | -

View File

@@ -9,22 +9,22 @@ toc::[]
{product-title} is capable of provisioning persistent volumes (PVs) by using the Container Storage Interface (CSI) driver for Microsoft Azure File Storage.
:FeatureName: Azure File CSI Driver Operator
include::snippets/technology-preview.adoc[leveloffset=+1]
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 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.
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.
* 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.
* 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).
* The _Azure File CSI driver_ enables you to create and mount Azure File PVs.
* 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.
Azure File CSI Driver Operator does not support:
* Virtual hard disks (VHD)
* Network File System (NFS): {product-title} does not deploy a NFS-backed storage class.
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
:FeatureName: Azure File
include::modules/persistent-storage-csi-tp-enable.adoc[leveloffset=+1]
.Additional resources
* xref:../../storage/persistent_storage/persistent-storage-azure-file.adoc#persistent-storage-using-azure-file[Persistent storage using Azure File]
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]