Subject:
Some users have requested to create their own custom exports.
Detail:
QuantaStor controls the NFS exports, which means that it is not possible to modify the exports manually. Any manual changes will be removed.
Solution:
We recommend that users create a custom "/etc/exports.custom" file, and restart the QuantaStor service.
Here is an example:
/export/test *(rw,insecure,sync,no_subtree_check,fsid=1)
/export/test1 *(rw,insecure,sync,no_subtree_check,fsid=2)
After restarting the QuantaStor service, you should see the following at the bottom of the "/etc/exports" file:
## CUSTOM EXPORTS
/export/test *(rw,insecure,sync,no_subtree_check,fsid=1)
/export/test1 *(rw,insecure,sync,no_subtree_check,fsid=2)
Comments