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?
Asked
Active
Viewed 5,938 times
3
-
1I 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 Answers
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
-
RHEV still has a Windows only gui so still not an option, plus a completely different cost associated with it, thanks thought. – fatherlinux Sep 22 '10 at 19:17
-
If you read the news, the windows-only part is going to be gone. As for everything else, it is of course totally up to you – dyasny Sep 23 '10 at 04:01
-
-
1not an easy task, but it's been done. RHEV3 is in public beta, and should be released soon enough – dyasny Nov 06 '11 at 16:18
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.

Vincent Gerris
- 131
- 3