[sheepdog] [PATCH] add mode option to man page collie.8

Dietmar Maurer dietmar at proxmox.com
Thu Jul 19 11:48:46 CEST 2012


Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
 man/collie.8 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/collie.8 b/man/collie.8
index ec32b45..1fd79d8 100644
--- a/man/collie.8
+++ b/man/collie.8
@@ -48,8 +48,8 @@ This option specify backend store.
 .BI \-c "\fR, \fP" \--copies
 This option specify the data redundancy (number of copies).
 .TP
-.BI \-H "\fR, \fP" \--nohalt
-This option serve IO requests even if there are too few nodes for the configured redundancy.
+.BI \-m "\fR, \fP" \--mode\ [safe|quorum|unsafe]
+This option controls the behavior when there are too few nodes for the configured redundancy. Mode 'safe' halt cluster IO when (nr_nodes < nr_copies). Mode 'quorum' halt cluster IO when (nr_nodes < nr_copies/2 + 1). Mode 'unsafe' never halt the cluster.
 .TP
 .BI \-f "\fR, \fP" \--force
 Do not prompt for confirmation.
-- 
1.7.2.5





More information about the sheepdog mailing list