From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4C4921381F3 for ; Thu, 13 Jun 2013 12:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB54EE0957; Thu, 13 Jun 2013 12:31:52 +0000 (UTC) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A6BEE08E1 for ; Thu, 13 Jun 2013 12:31:51 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id y6so8016130lbh.23 for ; Thu, 13 Jun 2013 05:31:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VIiFm85ssClXaLM9qplqsz0aiD/KDIqs1EFGRTSzfDg=; b=0BvAhLOih6R8JN5GMFjmgM4j5slDRl85BYsgVh5kvW7lgTpA6LGnsYZ6aF85QDBDIM UD7TTOfI/2jsM8onSnfhulvBGpcyXDYL71nxmqo1Gu9UJ1iyS3sOZn1JjW/upNuhi1Jm WMWUhjQzGsl4mJUWY0vENsWNpJkrp52Ie4TSZCGWpl7Io+NOcTgYCkwcPJ4UDvo7rkII nFDS6hfSiBSgFBrUXcflKGxAhRDSIgl957YPdpCtbPBXLkkjmttA3lFsPkmqXMmJ7GcH AgWykLndJoZqzSdXvdA4P1COGPavjErs0y992IVWgaKDR5zvMKLpepq0wC82Pcxwiv8F sWUQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.112.188.231 with SMTP id gd7mr1243176lbc.1.1371126709530; Thu, 13 Jun 2013 05:31:49 -0700 (PDT) Received: by 10.114.10.231 with HTTP; Thu, 13 Jun 2013 05:31:49 -0700 (PDT) In-Reply-To: <51B9515E.9010901@smash-net.org> References: <51B7FFB5.9000502@smash-net.org> <51B9515E.9010901@smash-net.org> Date: Thu, 13 Jun 2013 08:31:49 -0400 Message-ID: Subject: Re: [gentoo-user] Linux Fiber SAN From: Nick Khamis To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 64414109-d4f5-4c68-bbfd-41bebca72bf1 X-Archives-Hash: 4df74fd001e464edb2525492daf92e7e Hello Norman, Thank you so much for your response, and that is an interesting setup. >> we open up pools of up to 20 hosts which all mount the same NFS >> share which holds sparse file images as virtual hdds of the >> VM. How are these sprase file images initially built for each VM's virtual hdd? And can this process be automated. >> So life migration is possible, other than holding the VMs on local >> storage. I can understand that. >> Our never clusters are equipped with hosts using 10 gigabit ethernet. >> Two 10GE ports are bonded to provide redundancy and balancing. Every >> host features 2 bonds, one for storage vlans and one for the production >> vlans. Performance is not the issue. Good network engineering. I guess also with this setup replication would be handled by rsync? If so, the potential of this setup really starts to shine. WOW, from NAS to SAN? Kind Regards, Nick.