From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1vn5-0005Ts-GC for qemu-devel@nongnu.org; Sun, 25 Oct 2009 01:37:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1vn0-0005QM-1N for qemu-devel@nongnu.org; Sun, 25 Oct 2009 01:37:18 -0400 Received: from [199.232.76.173] (port=57143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1vmz-0005QC-OX for qemu-devel@nongnu.org; Sun, 25 Oct 2009 01:37:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54537) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1vmz-0008IM-7r for qemu-devel@nongnu.org; Sun, 25 Oct 2009 01:37:13 -0400 Message-ID: <4AE3E3F0.3020606@redhat.com> Date: Sun, 25 Oct 2009 07:36:48 +0200 From: Avi Kivity MIME-Version: 1.0 References: <4AE07A7F.8000002@redhat.com> <8fd1d76d0910230341w7978ac09te203ef34b79a86c6@mail.gmail.com> <90eb1dc70910230714h65e918a4n255bcf97634b26b0@mail.gmail.com> <20091024003756G.fujita.tomonori@lab.ntt.co.jp> In-Reply-To: <20091024003756G.fujita.tomonori@lab.ntt.co.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [ANNOUNCE] Sheepdog: Distributed Storage System for KVM List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: FUJITA Tomonori Cc: qemu-devel@nongnu.org, linux-fsdevel@vger.kernel.org, kvm@vger.kernel.org, morita.kazutaka@lab.ntt.co.jp, javier@guerrag.com On 10/23/2009 05:40 PM, FUJITA Tomonori wrote: > On Fri, 23 Oct 2009 09:14:29 -0500 > Javier Guerra wrote: > > >>> I think that the major difference between sheepdog and cluster file >>> systems such as Google File system, pNFS, etc is the interface between >>> clients and a storage system. >>> >> note that GFS is "Global File System" (written by Sistina (the same >> folks from LVM) and bought by RedHat). Google Filesystem is a >> different thing, and ironically the client/storage interface is a >> little more like sheepdog and unlike a regular cluster filesystem. >> > Hmm, Avi referred to Global File System? I wasn't sure. 'GFS' is > ambiguous. Anyway, Global File System is a SAN file system. It's > a completely different architecture from Sheepdog. > I did, and yes, it is completely different since you don't require central storage. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.