NFS Other
For NAS storage systems other than NetApp, Isilon and DSX, the NFS Other type can be used to add the shares into the DataCore vFilO namespace.
The Management IP address is the actual NFS export IP address.
Required export settings:
- Exports needs to be exported over NFS v3 (even if client access is over SMB or NFS v4)
- Exports must be exported read/write to all client IPs that will use the storage
- Exports must be exported with the option Root Clients set to the Anvil and DSX IP addresses
- The root user cannot be squashed (no_root_squash export setting)
Example settings from a generic Linux server:
/srv/app *(rw,sec=sys,no_root_squash)