Using Unraid 7.1.2, I am trying to create an NFS share for my proxmox cluster to use for backups, images, etc.
When using the UI to create the NFS share, I set the share to Export: Yes and Security: Private.
I add the following into the Rule field:
10.0.0.1(rw,sync,no_root_squash,no_subtree_check) 10.0.0.2(rw,sync,no_root_squash,no_subtree_check) 10.0.0.3(rw,sync,no_root_squash,no_subtree_check)
The UI appears to remove the spaces between the host entries resulting in an invalid string. This error is logged in the System log:
May 11 18:21:05 Apollo root: exportfs: /etc/exports:2: syntax error: bad option list
If I manually edit the /etc/exports file to include the spaces and run exportfs -r, the problem is resolved but if i edit the share via the GUI again, the spaces are removed, and the problem reappears.
tl;dr The Unraid UI removes spaces when entering the Rule string causing the NFS share to not work correctly.