[sheepdog] [PATCH] Update sheep.8 man page

Jens Weber jweber at tek2b.org
Sun Aug 5 13:19:36 CEST 2012


  - add -w cache_size{,writethrough | writeback}
  - delete -v option
  - add -s size, specify the free disk space in megabytes

Signed-off-by: Jens Weber <jweber at tek2b.org>
---
 man/sheep.8 |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/man/sheep.8 b/man/sheep.8
index b73301d..0bb6065 100644
--- a/man/sheep.8
+++ b/man/sheep.8
@@ -1,4 +1,4 @@
-.TH SHEEPDOG 8 2012-07-31
+.TH SHEEPDOG 8 2012-08-05
 .SH NAME
 sheep \- Distributed Block Storage System for KVM
 .SH SYNOPSIS
@@ -39,7 +39,7 @@ This option specifies the availability zone id.
 This option specifies the cluster driver.
 .TP
 .BI \-g "\fR, \fP" \--gateway
-Makes the sheep instance run in gateway mode (same as '-v 0').
+Makes the sheep instance run in gateway mode.
 .TP
 .BI \-l "\fR, \fP" \--loglevel
 Specify the level of logging detail.
@@ -47,11 +47,12 @@ Specify the level of logging detail.
 .BI \-o "\fR, \fP" \--stdout
 Log to stdout instead of shared logger.
 .TP
-.BI \-v "\fR, \fP" \--vnodes
-Specify the number of virtual nodes.
+.BI \-s "\fR, \fP" \--disk-space
+Specify the free disk space in megabytes.
 .TP
-.BI \-w "\fR, \fP" \--enable-cache " size"
-Enable object cache and specify the max cache size in megabytes (EXPERIMENTAL).
+.BI \-w "\fR, \fP" \--enable-cache " size[,mode]"
+Enable object cache and specify the max cache size in megabytes and mode.
+Mode can be writethrough (default) or writeback. (EXPERIMENTAL)
 .TP
 .BI \-y "\fR, \fP" \--myaddr
 Specify the address advertised to other sheep.
-- 
1.7.10.4



More information about the sheepdog mailing list