From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SguRH-0003MI-2P for qemu-devel@nongnu.org; Tue, 19 Jun 2012 05:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SguRF-0005DX-9u for qemu-devel@nongnu.org; Tue, 19 Jun 2012 05:09:30 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:34276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SguRE-0005CS-NK for qemu-devel@nongnu.org; Tue, 19 Jun 2012 05:09:29 -0400 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 19 Jun 2012 09:03:03 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5J91mKQ2556190 for ; Tue, 19 Jun 2012 19:01:50 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5J99F0G000561 for ; Tue, 19 Jun 2012 19:09:15 +1000 Date: Tue, 19 Jun 2012 14:40:18 +0530 From: Bharata B Rao Message-ID: <20120619091017.GB27963@in.ibm.com> References: <20120611141806.GA2737@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [RFC PATCH 0/3] GlusterFS support in QEMU Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Amar Tumballi , qemu-devel@nongnu.org, Vijay Bellur On Mon, Jun 18, 2012 at 04:36:04PM +0100, Stefan Hajnoczi wrote: > On Mon, Jun 11, 2012 at 3:18 PM, Bharata B Rao > wrote: > > 4. Creating VM image > > > > # qemu-img create -f gluster gluster:c-qemu.vol:/F16 5G > > Do you really need "-f gluster"? I realized that we don't. I was picked it up from the semantics of rbd. > The format should be "raw" (default) > and the protocol should be "gluster". Specifying "gluster:..." as the > filename takes care of hooking up the GlusterFS protocol. You are right. The current patches work w/o explicit specification of gluster as format, but I will update the documentation in the next version. Regards, Bharata.