Skip to content

Commit 91f861e

Browse files
Merge pull request #234998 from andyzhangx/patch-69
add nconnect mount option for azure file nfs
2 parents b385bc0 + 29bf678 commit 91f861e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/aks/azure-files-csi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ provisioner: file.csi.azure.com
359359
allowVolumeExpansion: true
360360
parameters:
361361
protocol: nfs
362+
mountOptions:
363+
- nconnect=4
362364
```
363365

364366
After editing and saving the file, create the storage class with the [kubectl apply][kubectl-apply] command:

0 commit comments

Comments
 (0)