doc: add nconnect mount option in nfs example
This commit is contained in:
parent
35c7f09f1c
commit
9b0aa0e203
@ -10,6 +10,7 @@ spec:
|
||||
- ReadWriteMany
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
mountOptions:
|
||||
- nconnect=8
|
||||
- hard
|
||||
- nfsvers=4.1
|
||||
csi:
|
||||
|
||||
@ -13,5 +13,6 @@ parameters:
|
||||
reclaimPolicy: Delete
|
||||
volumeBindingMode: Immediate
|
||||
mountOptions:
|
||||
- nconnect=8
|
||||
- hard
|
||||
- nfsvers=4.1
|
||||
|
||||
@ -269,7 +269,7 @@ var _ = ginkgo.Describe("Dynamic Provisioning", func() {
|
||||
Pods: pods,
|
||||
Server: nfsServerAddress,
|
||||
Share: nfsShare,
|
||||
MountOptions: "nfsvers=4.1,sec=sys",
|
||||
MountOptions: "nconnect=8,nfsvers=4.1,sec=sys",
|
||||
ReadOnly: false,
|
||||
}
|
||||
test.Run(cs, ns)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user