Update share strategy
This commit is contained in:
parent
8cc98e4f32
commit
7ed6f2271a
1 changed files with 7 additions and 7 deletions
|
@ -110,10 +110,10 @@ spec:
|
||||||
# nfs:
|
# nfs:
|
||||||
# # https://docs.oracle.com/cd/E23824_01/html/821-1448/gayne.html
|
# # https://docs.oracle.com/cd/E23824_01/html/821-1448/gayne.html
|
||||||
# # https://www.hiroom2.com/2016/05/18/ubuntu-16-04-share-zfs-storage-via-nfs-smb/
|
# # https://www.hiroom2.com/2016/05/18/ubuntu-16-04-share-zfs-storage-via-nfs-smb/
|
||||||
# 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