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 <ronniesahlb...@gmail.com> >> --- >> 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