3

I am looking to understand how other people have built clusters of KVM host servers. I am especially interested in how people solved the problem of having them automatically failover if one node dies?

fatherlinux
  • 146
  • 1
  • 6
  • 1
    I have built this tutorial, but the one piece, I really haven't solved is explained above http://crunchtools.com/kvm-cluster-with-drbd-gfs2/ – fatherlinux Sep 22 '10 at 18:37

4 Answers4

3

I recommend reading this tutorial:

https://alteeve.com/w/2-Node_Red_Hat_KVM_Cluster_Tutorial

Looking at your blog post the thing you miss is a clustering solution like RHCS or Linux-HA.

Zizzencs
  • 947
  • 1
  • 10
  • 22
0

it's automated in RHEV

dyasny
  • 18,802
  • 6
  • 49
  • 64
0

RHEV 3.0 will be released on the second half year of 2011, which will switch from Windows + .net to Linux + Java.

splattne
  • 28,508
  • 20
  • 98
  • 148
0

You can try ovirt, which is the open source version of RHEV. http://www.ovirt.org/Home It does HA and live migration. It also supports some OpenStack parts.