Skip to content

Commit 5e4ce03

Browse files
authored
Merge pull request #73733 from lpettyjo/OSDOCS-9501
OSDOCS-9501# Add clone support for Azure File (TP)
2 parents 123b8e2 + 6bee533 commit 5e4ce03

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

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

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ supported by {product-title}
2424
endif::openshift-rosa[]
2525
and which CSI features they support, such as volume snapshots and resize.
2626

27+
ifndef::openshift-rosa[]
28+
[IMPORTANT]
29+
====
30+
If your CSI driver is not listed in the following table, you must follow the installation instructions provided by your CSI storage vendor to use their supported CSI features.
31+
====
32+
endif::openshift-rosa[]
33+
ifdef::openshift-rosa,openshift-aro[]
34+
In addition to the drivers listed in the following table, ROSA functions with CSI drivers from third-party storage vendors. Red Hat does not oversee third-party provisioners or the connected CSI drivers and the vendors fully control source code, deployment, operation, and Kubernetes compatibility. These volume provisioners are considered customer-managed and the respective vendors are responsible for providing support. See the link:https://docs.openshift.com/rosa/rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.html#rosa-policy-responsibilities_rosa-policy-responsibility-matrix[Shared responsibilities for {product-title}] matrix for more information.
35+
endif::openshift-rosa,openshift-aro[]
36+
2737
.Supported CSI drivers and features in {product-title}
2838
[cols=",^v,^v,^v,^v,^v width="100%",options="header"]
2939
|===
@@ -42,7 +52,7 @@ endif::openshift-dedicated,openshift-rosa[]
4252
ifndef::openshift-dedicated,openshift-rosa[]
4353
|Microsoft Azure Disk | ✅ | ✅ | ✅| -
4454
|Microsoft Azure Stack Hub | ✅ | ✅ | ✅| -
45-
|Microsoft Azure File | - | - | ✅| ✅
55+
|Microsoft Azure File | - | ✅^[4]^ | ✅| ✅
4656
|OpenStack Cinder | ✅ | ✅ | ✅| -
4757
|OpenShift Data Foundation | ✅ | ✅ | ✅| -
4858
|OpenStack Manila | ✅ | - | -| -
@@ -52,7 +62,7 @@ endif::openshift-dedicated,openshift-rosa[]
5262
|===
5363
ifndef::openshift-dedicated,openshift-rosa[]
5464
--
55-
1.
65+
1.
5666

5767
* Requires vSphere version 7.0 Update 3 or later for both vCenter Server and ESXi.
5868

@@ -67,14 +77,14 @@ ifndef::openshift-dedicated,openshift-rosa[]
6777
3.
6878

6979
* Does not support offline snapshots or resize. Volume must be attached to a running pod.
80+
81+
4.
82+
83+
* Azure File cloning does not supports NFS protocol. It supports the `azurefile-csi` storage class, which uses SMB protocol.
84+
85+
* Azure File cloning is a Technology Preview feature:
86+
87+
:FeatureName: Azure File CSI cloning
88+
include::snippets/technology-preview.adoc[leveloffset=+1]
7089
--
71-
endif::openshift-dedicated,openshift-rosa[]
72-
ifndef::openshift-rosa[]
73-
[IMPORTANT]
74-
====
75-
If your CSI driver is not listed in the preceding table, you must follow the installation instructions provided by your CSI storage vendor to use their supported CSI features.
76-
====
77-
endif::openshift-rosa[]
78-
ifdef::openshift-rosa[]
79-
In addition to the drivers listed in the preceding table, ROSA functions with CSI drivers from third-party storage vendors. Red Hat does not oversee third-party provisioners or the connected CSI drivers and the vendors fully control source code, deployment, operation, and Kubernetes compatibility. These volume provisioners are considered customer-managed and the respective vendors are responsible for providing support. See the link:https://docs.openshift.com/rosa/rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.html#rosa-policy-responsibilities_rosa-policy-responsibility-matrix[Shared responsibilities for {product-title}] matrix for more information.
80-
endif::openshift-rosa[]
90+
endif::openshift-dedicated,openshift-rosa[]

0 commit comments

Comments
 (0)