[sheepdog] [PATCH] add mode option to man page collie.8
Liu Yuan
namei.unix at gmail.com
Thu Jul 19 12:01:05 CEST 2012
On 07/19/2012 05:48 PM, Dietmar Maurer wrote:
> 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.
>
Applied thanks,
Yuan
More information about the sheepdog
mailing list