Details
-
Bug
-
Resolution: Fixed
-
Minor
-
7.2.4
-
7.2.4-6916
-
Untriaged
-
Linux x86_64
-
0
-
Unknown
Description
Following help command to couchbase-cli's SYNOPSIS section doesn't contain the "--max-failovers <num>" option. The same was explained under the "OPTIONS" section.
# /opt/couchbase/bin/couchbase-cli setting-autofailover -c 172.23.108.92:8091 -u Administrator -p password --enable-auto-failover=1 --auto-failover-timeout 10 --enable-auto-failover 1 --help
|
|
COUCHBASE-CLI-SETTING-AUTOFAILOVER(1) Couchbase Server Manual COUCHBASE-CLI-SETTING-AUTOFAILOVER(1)NAME
|
couchbase-cli-setting-autofailover - Modifies auto-failover settings
|
SYNOPSIS
|
couchbase-cli setting-autofailover [--cluster <url>] [--username <user>] [--password <password>]
|
[--client-cert <path>] [--client-cert-password <password>] [--client-key <path>]
|
[--client-key-password <password>] [--enable-auto-failover <num>]
|
[--auto-failover-timeout <seconds>]
|
[--enable-failover-on-data-disk-issues <num>]
|
[--failover-data-disk-period <seconds>] [--can-abort-rebalance <1|0>]
|
Expected behaviours:
Add the --max-failovers <num> under the Synopsis section as well.