Hello!
I need help clarifying a situation that I’m not sure how to manage!
Site A (in a datacenter)
I have a Proxmox server with local storage (local-lvm / local).
On this server, I have two production VMs that are always running.
Site B (in another datacenter)
I have another Proxmox server with the same local storage setup (local-lvm / local).
It has the same configuration as Site A.
Both sites are connected via VPN with a dedicated 10Gb fiber link.
I want to replicate my two VMs from Site A to Site B every 30 minutes, but they should remain powered off on Site B.
If Site B detects that Site A is down (due to a network failure or hardware failure), it should immediately power on the replicated VMs.
How can I achieve this?
Thanks in advance for your insights!
I need help clarifying a situation that I’m not sure how to manage!
Site A (in a datacenter)
I have a Proxmox server with local storage (local-lvm / local).
On this server, I have two production VMs that are always running.
Site B (in another datacenter)
I have another Proxmox server with the same local storage setup (local-lvm / local).
It has the same configuration as Site A.
Both sites are connected via VPN with a dedicated 10Gb fiber link.
I want to replicate my two VMs from Site A to Site B every 30 minutes, but they should remain powered off on Site B.
If Site B detects that Site A is down (due to a network failure or hardware failure), it should immediately power on the replicated VMs.
How can I achieve this?
- Can this be managed with only two servers?
- Do I need a third server elsewhere to handle quorum?
- Is there a heartbeat function to detect failures?
Thanks in advance for your insights!