From: Ronnie Sahlberg Date: Fri, 28 Oct 2011 09:13:39 +0000 (+1100) Subject: Documentation: Add syntax for using sheepdog devices X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5097^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d99902287c0c57219b3b33c713f14d55124b0002;p=sdk%2Femulator%2Fqemu.git Documentation: Add syntax for using sheepdog devices Signed-off-by: Ronnie Sahlberg Signed-off-by: Kevin Wolf --- 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 +@item 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 +@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