Hi, I am trying to understand the principles of replication and how it can be used for failover, without high availability.
I have this configured on a home lab, and notice that there is no "standby" VM created on the secondary node after replication. It looks like this is because only one node can "own" the VM, and so avoids multiple identical VMs attempting to be online at the same time.
Going by the cluster file system documentation, am I right in thinking that if the primary node fails, the way to bring up the replicated node is to move the VM conf file from the directory of the primary node to the directory of the secondary one, on the secondary node? This being possible because the conf files are shared across the cluster, meaning it doesn't matter that the failed node is down, because that configuration exists on the other node and can be moved to that node's directory so it can run the VM.
If so, what then happens when the primary server comes back online (for example after repair, or reconnection?) Will its filesystem not still have that VM conf file in its own directory, causing a conflict if it is set to power on after boot?
Thank you for any help in understanding this.
I have this configured on a home lab, and notice that there is no "standby" VM created on the secondary node after replication. It looks like this is because only one node can "own" the VM, and so avoids multiple identical VMs attempting to be online at the same time.
Going by the cluster file system documentation, am I right in thinking that if the primary node fails, the way to bring up the replicated node is to move the VM conf file from the directory of the primary node to the directory of the secondary one, on the secondary node? This being possible because the conf files are shared across the cluster, meaning it doesn't matter that the failed node is down, because that configuration exists on the other node and can be moved to that node's directory so it can run the VM.
If so, what then happens when the primary server comes back online (for example after repair, or reconnection?) Will its filesystem not still have that VM conf file in its own directory, causing a conflict if it is set to power on after boot?
Thank you for any help in understanding this.