Proxmox Partial HA Setup Query

Whitterquick

Active Member
Aug 1, 2020
246
9
38
Hey how’s it going all,

I’m doing a bit of experimenting and wondering if it’s possible to have several Proxmox nodes each with their own local storage, and the VMs on that storage mirrored/synced onto a shared store; then HA setup so if any Proxmox node goes down, the VM is read/run/hosted from the shared store instead (on another node)? I have read up on and understood (and tried) the usual HA setup but wondering if this type of mirroring is possible? Sorry if I haven’t explained it very well, here is a bit of a more visual explanation…

|-Proxmox1
|—>DiskP1
|——>VM1

|-Proxmox2
|—>DiskP2
|——>VM2

|-Proxmox3
|—>DiskP3
|——>VM3

|-Shared Store
|—>Shared Disk
|——>VM1
|——>VM2
|——>VM3