File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ allowVolumeExpansion: true
22
22
parameters :
23
23
protocol : nfs
24
24
mountOptions :
25
- - nconnect=4
25
+ - nconnect=4 # Azure Linux node does not support nconnect option
26
26
` ` `
27
27
28
28
run following command to create a storage class:
Original file line number Diff line number Diff line change 13
13
persistentVolumeReclaimPolicy : Retain
14
14
storageClassName : blob-nfs
15
15
mountOptions :
16
- - nconnect=4
16
+ - nconnect=4 # Azure Linux node does not support nconnect option
17
17
csi :
18
18
driver : blob.csi.azure.com
19
19
# 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:
9
9
volumeBindingMode : Immediate
10
10
allowVolumeExpansion : true
11
11
mountOptions :
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