File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ metadata:
21
21
provisioner : blob.csi.azure.com
22
22
parameters :
23
23
protocol : nfs
24
- mountOptions :
25
- - nconnect=8 # only supported on linux kernel version >= 5.3
26
24
` ` `
27
25
28
26
run following command to create a storage class:
Original file line number Diff line number Diff line change 10
10
- ReadWriteMany
11
11
persistentVolumeReclaimPolicy : Retain # If set as "Delete" container would be removed after pvc deletion
12
12
storageClassName : blob-nfs
13
- mountOptions :
14
- - nconnect=8 # only supported on linux kernel version >= 5.3
15
13
csi :
16
14
driver : blob.csi.azure.com
17
15
readOnly : false
Original file line number Diff line number Diff line change @@ -8,5 +8,3 @@ parameters:
8
8
protocol : nfs
9
9
volumeBindingMode : Immediate
10
10
allowVolumeExpansion : true
11
- mountOptions :
12
- - nconnect=8 # only supported on linux kernel version >= 5.3
You can’t perform that action at this time.
0 commit comments