From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJikJ-0005zL-4w for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJikI-0000hq-5X for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:29:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJikH-0000hj-TX for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:29:02 -0400 Message-ID: <4EAA7696.40802@redhat.com> Date: Fri, 28 Oct 2011 11:32:06 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1319793219-12163-1-git-send-email-ronniesahlberg@gmail.com> <1319793219-12163-3-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] Documentation: Add syntax for using sheepdog devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Sunshine Cc: qemu-devel@nongnu.org, Ronnie Sahlberg Am 28.10.2011 11:13, schrieb Eric Sunshine: > On Oct 28, 2011, at 5:13 AM, Ronnie Sahlberg wrote: >> Signed-off-by: Ronnie Sahlberg >> --- >> qemu-options.hx | 27 +++++++++++++++++++++++++++ >> 1 files changed, 27 insertions(+), 0 deletions(-) >> >> diff --git a/qemu-options.hx b/qemu-options.hx >> index c55080c..38d0f57 100644 >> --- a/qemu-options.hx >> +++ b/qemu-options.hx >> @@ -1778,6 +1778,33 @@ Example for Unix Domain Sockets >> qemu --drive file=nbd:unix:/tmp/nbd-socket >> @end example >> >> +@item Sheepdog >> +Sheepdog is a distributed storage system for QEMU. >> +QEMU sopports using either local sheepdog devices or remote networked > > s/sopports/supports/ Thanks, applied to the block branch with fixed typo. I took a look at qemu-doc.html now, and I think that this information is very hard to find. We should probably consider moving it to it's own section that is referenced in the table of contents. Alternatively, I saw that there are already sections about NBD and Sheepdog under "3.6 Disk images". Maybe moving the new information there would be an option, too. Kevin