Using NFS exports and mounts to achieve disk based VSN
I’ve traditionally always used block based devices for my disk based VSN’s.
I’m currently running a small project to migrate some old SAM infrastructure to a new SAM environment.
One of the things I’m doing is running up the new MDS to “talk to” the old disk based VSN’s via NFS for the purposes of the migratory workload and for pulling back historical data.
I just wanted to sanity check that there were no issues with this. Plan is something like:
- Share out old disk based VSN’s off old MDS via /etc/dfs/dfstab. I guess an ro=newMDSHostHere, anon=blah might be enough.