Skip to content

Commit 1951759

Browse files
authored
Merge pull request #1602 from kubernetes-sigs/actimeo-doc
doc: add noresvport, actimeo=30 mount option in static nfs pv
2 parents 5c5c196 + 6ea2c48 commit 1951759

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/example/pv-azurefile-nfs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ spec:
1313
persistentVolumeReclaimPolicy: Retain # if set as "Delete" file share would be removed in pvc deletion
1414
mountOptions:
1515
- nconnect=4
16+
- noresvport
17+
- actimeo=30
1618
csi:
1719
driver: file.csi.azure.com
1820
readOnly: false

0 commit comments

Comments
 (0)