Skip to content

Commit 3636147

Browse files
authored
Merge pull request #739 from andyzhangx/remove-nconnect-option
doc: remove nconnect mount option
2 parents 29f7db9 + 4b510dc commit 3636147

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

deploy/example/nfs/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ metadata:
2121
provisioner: blob.csi.azure.com
2222
parameters:
2323
protocol: nfs
24-
mountOptions:
25-
- nconnect=8 # only supported on linux kernel version >= 5.3
2624
```
2725
2826
run following command to create a storage class:

deploy/example/pv-blobfuse-nfs.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ spec:
1010
- ReadWriteMany
1111
persistentVolumeReclaimPolicy: Retain # If set as "Delete" container would be removed after pvc deletion
1212
storageClassName: blob-nfs
13-
mountOptions:
14-
- nconnect=8 # only supported on linux kernel version >= 5.3
1513
csi:
1614
driver: blob.csi.azure.com
1715
readOnly: false

deploy/example/storageclass-blob-nfs.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ parameters:
88
protocol: nfs
99
volumeBindingMode: Immediate
1010
allowVolumeExpansion: true
11-
mountOptions:
12-
- nconnect=8 # only supported on linux kernel version >= 5.3

0 commit comments

Comments
 (0)