qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 17/55] Documentation: Add syntax for using sheepdog


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 17/55] Documentation: Add syntax for using sheepdog devices
Date: Mon, 31 Oct 2011 14:29:52 +0100

From: Ronnie Sahlberg <address@hidden>

Signed-off-by: Ronnie Sahlberg <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
 qemu-options.hx |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index c55080c..8be6f4b 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
 
address@hidden Sheepdog
+Sheepdog is a distributed storage system for QEMU.
+QEMU supports using either local sheepdog devices or remote networked
+devices.
+
+Syntax for specifying a sheepdog device
address@hidden @list
+``sheepdog:<vdiname>''
+
+``sheepdog:<vdiname>:<snapid>''
+
+``sheepdog:<vdiname>:<tag>''
+
+``sheepdog:<host>:<port>:<vdiname>''
+
+``sheepdog:<host>:<port>:<vdiname>:<snapid>''
+
+``sheepdog:<host>:<port>:<vdiname>:<tag>''
address@hidden table
+
+Example
address@hidden
+qemu --drive file=sheepdog:192.0.2.1:30000:MyVirtualMachine
address@hidden example
+
+See also @url{http://http://www.osrg.net/sheepdog/}.
+
 @end table
 ETEXI
 
-- 
1.7.6.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]