Skip to content

Commit 0f998a9

Browse files
committed
doc: Azure Linux node does not support nconnect option
fix
1 parent 8f81374 commit 0f998a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/example/nfs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allowVolumeExpansion: true
2222
parameters:
2323
protocol: nfs
2424
mountOptions:
25-
- nconnect=4
25+
- nconnect=4 # Azure Linux node does not support nconnect option
2626
```
2727
2828
run following command to create a storage class:

deploy/example/pv-blobfuse-nfs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
persistentVolumeReclaimPolicy: Retain
1414
storageClassName: blob-nfs
1515
mountOptions:
16-
- nconnect=4
16+
- nconnect=4 # Azure Linux node does not support nconnect option
1717
csi:
1818
driver: blob.csi.azure.com
1919
# make sure volumeid is unique for every storage blob container in the cluster

deploy/example/storageclass-blob-nfs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ parameters:
99
volumeBindingMode: Immediate
1010
allowVolumeExpansion: true
1111
mountOptions:
12-
- nconnect=4
12+
- nconnect=4 # Azure Linux node does not support nconnect option

0 commit comments

Comments
 (0)