We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c8bc0 commit 0d27641Copy full SHA for 0d27641
deploy/example/nfs/README.md
@@ -19,8 +19,11 @@ kind: StorageClass
19
metadata:
20
name: blob-nfs
21
provisioner: blob.csi.azure.com
22
+allowVolumeExpansion: true
23
parameters:
24
protocol: nfs
25
+mountOptions:
26
+ - nconnect=4
27
```
28
29
run following command to create a storage class:
deploy/example/pv-blobfuse-nfs.yaml
@@ -12,6 +12,8 @@ spec:
12
- ReadWriteMany
13
persistentVolumeReclaimPolicy: Retain
14
storageClassName: blob-nfs
15
+ mountOptions:
16
17
csi:
18
driver: blob.csi.azure.com
readOnly: false
deploy/example/storageclass-blob-nfs.yaml
@@ -8,3 +8,5 @@ parameters:
8
9
volumeBindingMode: Immediate
10
allowVolumeExpansion: true
11
0 commit comments