Hi!
We are trying to use the snapcreator -- action mount command.
This depends on the following setting in the configuration file:
NTAP_NFS_EXPORT_ACCESS=root
If it is as above it will only create an export with the options -sec=sys,rw,root=hostname
If i change it to:
NTAP_NFS_EXPORT_ACCESS=read-write
This will similarly create an export only with the options -sec=sys,rw=hostname,root
I want it to create an export with ideally netgroups for both.
Like: -sec=sys,rw=@netgroup1,root=@netgroup2
`
If not netgroup then atleast with hostnames on both.
Is this possible?
Perhaps I am missing something obvious?
Regards Magnus