I have 3 NFS servers, all basically doing cross mounts, e.g.:
- Server "A" mounts from "B"/"C"
- Server "B" mounts from "A"/"C"
- Server "C" mounts from "A"/"B"
Obviously this creates a rather annoying challenge when bringing up the entire network (e.g. for example, if I have a complete network shutdown for UPS treatment) and I now need to bring up all 3 servers, I will get various NFS mount issues and timeouts preventing me from just restarting all 3 servers.
Is there a standard Linux / Or more specifically in ubuntu (I'm using 16.04 right now) to make NFS cross mounts like these actually work without having to manually log in to all 3 machines (in my case) and run a series of restart commands...?