Skip to content

Commit 1f0c33a

Browse files
authored
Merge pull request #1135 from k8s-infra-cherrypick-robot/cherry-pick-1131-to-release-1.21
[release-1.21] doc: add nconnect mount option in the doc
2 parents 38f15b0 + 56e0553 commit 1f0c33a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

deploy/example/nfs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ kind: StorageClass
1919
metadata:
2020
name: blob-nfs
2121
provisioner: blob.csi.azure.com
22+
allowVolumeExpansion: true
2223
parameters:
2324
protocol: nfs
25+
mountOptions:
26+
- nconnect=4
2427
```
2528
2629
run following command to create a storage class:

deploy/example/pv-blobfuse-nfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ spec:
1212
- ReadWriteMany
1313
persistentVolumeReclaimPolicy: Retain
1414
storageClassName: blob-nfs
15+
mountOptions:
16+
- nconnect=4
1517
csi:
1618
driver: blob.csi.azure.com
1719
readOnly: false

deploy/example/storageclass-blob-nfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ parameters:
88
protocol: nfs
99
volumeBindingMode: Immediate
1010
allowVolumeExpansion: true
11+
mountOptions:
12+
- nconnect=4

0 commit comments

Comments
 (0)