Skip to content

Commit f4be04b

Browse files
authored
Merge pull request #63854 from lpettyjo/OCPBUGS-17558_17559
OCPBUGS-17558 & 17559: Adding NFS support to Azure File CSI
2 parents 8399bec + abdbc1d commit f4be04b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

modules/persistent-storage-csi-azure-file-nfs.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[id="persistent-storage-csi-azure-file-nfs_{context}"]
88
= NFS support
99

10-
{product-title} 4.14, and later, supports Azure File Container Storage Interface (CSI) Driver Operator with Network File System (NFS) with the following caveats:
10+
{product-title} supports the Azure File Container Storage Interface (CSI) Driver Operator with Network File System (NFS) with the following restrictions:
1111

1212
* Creating pods with Azure File NFS volumes that are scheduled to the control plane node causes the mount to be denied.
1313
+
@@ -17,8 +17,9 @@ To work around this issue: If your control plane nodes are schedulable, and the
1717
+
1818
[IMPORTANT]
1919
=====
20-
Azure File CSI with NFS does not honor the fsGroupChangePolicy requested by pods. Azure File CSI with NFS applies a default OnRootMismatch FS Group policy regardless of the policy requested by the pod.
20+
Azure File CSI with NFS does not honor the `fsGroupChangePolicy` requested by pods. Azure File CSI with NFS applies a default `OnRootMismatch` FS Group policy regardless of the policy requested by the pod.
2121
=====
22+
2223
* The Azure File CSI Operator does not automatically create a storage class for NFS. You must create it manually. Use a file similar to the following:
2324
+
2425
[source, yaml]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To create CSI-provisioned PVs that mount to Azure File storage assets, {product-
1717

1818
* 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.
1919

20-
Azure File CSI Driver Operator does not support:
20+
Azure File CSI Driver Operator does _not_ support:
2121

2222
* Virtual hard disks (VHD)
2323

0 commit comments

Comments
 (0)