Add new option to sheep.8 manpage. Signed-off-by: Jens Weber <jweber at tek2b.org> --- man/sheep.8 | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/man/sheep.8 b/man/sheep.8 index 016f00a..7db4aef 100644 --- a/man/sheep.8 +++ b/man/sheep.8 @@ -1,11 +1,11 @@ -.TH SHEEPDOG 2010-08-24 +.TH SHEEPDOG 2012-06-27 .SH NAME sheep \- Distributed Block Storage System for KVM .SH SNYNOPSIS .B "sheep [options] [PATH]" .SH DESCRIPTION .B sheep -Sheepdog is a distributed storage system for KVM/QEMU. It provides +- Sheepdog is a distributed storage system for KVM/QEMU. It provides highly available block level storage volumes to virtual machines. Sheepdog supports advanced volume management features such as snapshot, cloning, and thin provisioning. The architecture of Sheepdog is fully @@ -29,8 +29,45 @@ This option specifies the message level printed. .BI \-d "\fR, \fP" \--debug This option displays debug messages. .TP +.BI \-D "\fR, \fP" \--directio +This option use direct IO when accessing the object store. +.TP +.BI \-z "\fR, \fP" \--zone +This option specify the zone id. +.TP +.BI \-c "\fR, \fP" \--cluster +This option specify the cluster driver. +.TP +.BI \-a "\fR, \fP" \--asyncflush +Flush the object cache asynchronously. +.TP +.BI \-g "\fR, \fP" \--nr_gateway_worker +Set the number of workers for Guests' requests (default 4). +.TP +.BI \-G "\fR, \fP" \--gateway +Make the progam run as a gateway mode (same as '-v 0'). +.TP +.BI \-i "\fR, \fP" \--nr_io_worker +Set the number of workers for sheep internal requests (default 4). +.TP +.BI \-l "\fR, \fP" \--loglevel +Specify the level of logging detail. +.TP +.BI \-o "\fR, \fP" \--stdout +Log to stdout instead of shared logger. +.TP +.BI \-v "\fR, \fP" \--vnodes +Specify the number of virtual nodes. +.TP +.BI \-W "\fR, \fP" \--disable-cache +Disable writecache. +.TP +.BI \-y "\fR, \fP" \--myaddr +Specify the address advertised to other sheep. +.TP .BI \-h "\fR, \fP" \--help Display help and exit. + .SH PATH Proper LSB systems will store sheepdog files in /var/lib/sheepdog. The init script uses this directory by default. The directory must be on a filesystem -- 1.7.10 |