From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: Graphical virtualisation management system Date: Fri, 25 Jun 2010 11:17:11 +0200 Message-ID: <4C247417.40004@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM mailing list To: Freddie Cash Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54409 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752006Ab0FYJRO (ORCPT ); Fri, 25 Jun 2010 05:17:14 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi, > We want to move to a multi-tiered, SAN-based virtualisation setup, but > can't find a VM management tool that handles both KVM and Xen (we have > some old Opteron hardware that doesn't support SVM), and does not > require Linux from end-to-end. For example, we want to run FreeBSD + > ZFS on our storage servers, exporting storage via iSCSI (or NFS). We > want to run a minimal Debian/Ubuntu install on the VM hosts (just to > boot and run the management agents), with all of the VMs getting their > storage via iSCSI. With a separate box acting as the management > system. Preferably with a web-based management GUI, but that's more > of an "nice to have" than a hard requirement. > So far, I've looked at: > * oVirt which requires Fedora/CentOS/RedHat on everything; NFS/iSCSI being hosted on non-linux shouldn't be a problem I think, at least the underlying libvirt handles this just fine and I can't see a reason why oVirt shouldn't (don't know oVirt in detail although I've played with it a bit a while ago). To manage the hosts oVirt wants to have some oVirt bits running on them. Porting them to Debian should be possible. But as the stuff interacts with the distro bootup scripts it is most likely noticable more work than just compile+install. cheers, Gerd