File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ allowVolumeExpansion: true
2222parameters :
2323 protocol : nfs
2424mountOptions :
25- - nconnect=4
25+ - nconnect=4 # Azure Linux node does not support nconnect option
2626` ` `
2727
2828run following command to create a storage class:
Original file line number Diff line number Diff line change 1313 persistentVolumeReclaimPolicy : Retain
1414 storageClassName : blob-nfs
1515 mountOptions :
16- - nconnect=4
16+ - nconnect=4 # Azure Linux node does not support nconnect option
1717 csi :
1818 driver : blob.csi.azure.com
1919 # make sure volumeid is unique for every storage blob container in the cluster
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ parameters:
99volumeBindingMode : Immediate
1010allowVolumeExpansion : true
1111mountOptions :
12- - nconnect=4
12+ - nconnect=4 # Azure Linux node does not support nconnect option
You can’t perform that action at this time.
0 commit comments