lets see
This commit is contained in:
parent
1e7fef67f4
commit
05c4d93fe3
1 changed files with 3 additions and 2 deletions
|
@ -50,7 +50,8 @@ spec:
|
||||||
|
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- noatime
|
- noatime
|
||||||
- nfsvers=3
|
- nfsvers=4.1
|
||||||
|
# - nolock
|
||||||
secrets:
|
secrets:
|
||||||
provisioner-secret:
|
provisioner-secret:
|
||||||
controller-publish-secret:
|
controller-publish-secret:
|
||||||
|
@ -113,7 +114,7 @@ spec:
|
||||||
shareStrategy: "setDatasetProperties"
|
shareStrategy: "setDatasetProperties"
|
||||||
shareStrategySetDatasetProperties:
|
shareStrategySetDatasetProperties:
|
||||||
properties:
|
properties:
|
||||||
#sharenfs: "rw,no_subtree_check,no_root_squash"
|
# sharenfs: "rw,no_subtree_check,no_root_squash"
|
||||||
sharenfs: "on"
|
sharenfs: "on"
|
||||||
# share: ""
|
# share: ""
|
||||||
shareHost: "10.1.1.13"
|
shareHost: "10.1.1.13"
|
||||||
|
|
Loading…
Reference in a new issue