From patchwork Fri Oct 28 09:13:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ronnie sahlberg X-Patchwork-Id: 122365 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8A4C51007DB for ; Fri, 28 Oct 2011 20:10:51 +1100 (EST) Received: from localhost ([::1]:41732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJiSe-0007e3-GE for incoming@patchwork.ozlabs.org; Fri, 28 Oct 2011 05:10:48 -0400 Received: from eggs.gnu.org ([140.186.70.92]:51312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJiSV-0007Ud-Dv for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJiST-0005xt-U4 for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:10:39 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:49627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJiST-0005xp-Pt for qemu-devel@nongnu.org; Fri, 28 Oct 2011 05:10:37 -0400 Received: by ggnr5 with SMTP id r5so4175928ggn.4 for ; Fri, 28 Oct 2011 02:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=ick0XaIjWY5z0rFcGH0dtIXPzyEWZ7v319JX8YT2GLk=; b=hawcCc/5jFHA1wZ1xv8l8nPTOfaffuUF6AakygNq84ams+vAzV8A7ZMOSavMyhIeD/ guf01iu/hhTotHufgFk98c1d6LIqCRDbg7lXtZay+c/dP+eittfofewB/nwBWugeVqGT 06xwiykwdgTBPXQWZvFTH4/BLZZbXuz792hZw= Received: by 10.68.35.129 with SMTP id h1mr3262984pbj.92.1319793036024; Fri, 28 Oct 2011 02:10:36 -0700 (PDT) Received: from ronniesahlberg@gmail.com (CPE-58-164-57-199.lnse5.ken.bigpond.net.au. [58.164.57.199]) by mx.google.com with ESMTPS id 3sm22131932pbb.19.2011.10.28.02.10.32 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Oct 2011 02:10:35 -0700 (PDT) Received: by ronniesahlberg@gmail.com (sSMTP sendmail emulation); Fri, 28 Oct 2011 20:14:01 +1100 From: Ronnie Sahlberg To: qemu-devel@nongnu.org Date: Fri, 28 Oct 2011 20:13:39 +1100 Message-Id: <1319793219-12163-3-git-send-email-ronniesahlberg@gmail.com> X-Mailer: git-send-email 1.7.3.1 In-Reply-To: <1319793219-12163-1-git-send-email-ronniesahlberg@gmail.com> References: <1319793219-12163-1-git-send-email-ronniesahlberg@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.173 Cc: kwolf@redhat.com, Ronnie Sahlberg Subject: [Qemu-devel] [PATCH 2/2] Documentation: Add syntax for using sheepdog devices X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 +devices. + +Syntax for specifying a sheepdog device +@table @list +``sheepdog:'' + +``sheepdog::'' + +``sheepdog::'' + +``sheepdog:::'' + +``sheepdog::::'' + +``sheepdog::::'' +@end table + +Example +@example +qemu --drive file=sheepdog:192.0.2.1:30000:MyVirtualMachine +@end example + +See also @url{http://http://www.osrg.net/sheepdog/}. + @end table ETEXI