fix: Remove hosts parameter from NFS shares (causes EINVAL)

This commit is contained in:
devmatrix 2026-02-16 14:10:15 +00:00
parent fffc670f1c
commit c322bc87d6
1 changed files with 0 additions and 1 deletions

View File

@ -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\",