Ganeti is a virtual server management software tool built on top of Xen virtual machine monitor and other Open Source software.
However, Ganeti requires pre-installed virtualization software on your servers in order to function. Once installed, the tool will take over the management part of the virtual instances (Xen DomU), e.g. disk creation management, operating system installation for these instances (in co-operation with OS-specific install scripts), and startup, shutdown, failover between physical systems. The software has been designed to facilitate cluster management of virtual servers and to provide fast and simple recovery after physical failures using commodity hardware.
Product's homepage
Here are some key features of "Ganeti":
· support for Xen virtualization
· recommended cluster size 1-25 physical nodes
· disk management using either plain LVM volumes, local-disk raid1 mirrors or across-the-network raid1 (using DRBD) for quick recovery in case of physical system failure
· export/import mechanism for backup purposes or migration between clusters
What's New in This Release: [ read full changelog ]
· For impexpd, OpenSSL compression is disable in socat if possible.
· The unittest coverage report was changed to exclude test scripts.
· A script to check version format was added.