HA server Primary/Primary with OpenVz is it possible?

raid

Member
Jul 25, 2010
102
0
16
Italy
I wonder if it's possible implementing an HA Server Primary/Primary with OpenVz.
If possible, where I can found detailed step to step instructions?
Thanks
Luc
 
Only for KVM as far as I know.
If you search the OpenVZ page you'll find someone did a HA setup for OpenVZ, but I guess it is not easily integrated into proxmox. (http://wiki.openvz.org/HA_cluster_with_DRBD_and_Heartbeat)

Another possibility is to place your data on a shared disk and use bind mount to mount it on the container. Then maybe have the rest of the container rsync'ed to another host (more or less static data).
In that way you should be able to restart your container on another host quite fast. (http://wiki.openvz.org/Bind_mounts)