fix: Remove hosts parameter from NFS shares (causes EINVAL)
This commit is contained in:
parent
fffc670f1c
commit
c322bc87d6
|
|
@ -93,7 +93,6 @@ for share in projects backups iso-archive shared; do
|
||||||
midclt call sharing.nfs.create "{
|
midclt call sharing.nfs.create "{
|
||||||
\"path\": \"$path\",
|
\"path\": \"$path\",
|
||||||
\"comment\": \"DevMatrix $share\",
|
\"comment\": \"DevMatrix $share\",
|
||||||
\"hosts\": [\"$NETWORK_ALLOW\"],
|
|
||||||
\"ro\": false,
|
\"ro\": false,
|
||||||
\"maproot_user\": \"root\",
|
\"maproot_user\": \"root\",
|
||||||
\"maproot_group\": \"root\",
|
\"maproot_group\": \"root\",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue