We are implementing DRDB + heartbeat with two servers to have a file system with failover. These servers exposes a NFS service for other servers
Currently DRDB is working just fine, but when testing we switch from one server to another the mounted folders trough NFS in the other servers just hangs.
Is there any transparent way to make this failover? Make it transparent to NFS or we need to necessary re-mount those nfs-mounted folders?