From e4ab588efe0f4cc6b5fcf0853293c93bd4f31604 Mon Sep 17 00:00:00 2001 From: Ondrej Mular Date: Wed, 29 Jan 2020 13:13:45 +0100 Subject: [PATCH 4/7] link to sbd man page from `sbd enable` doc --- pcs/pcs.8 | 2 +- pcs/usage.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pcs/pcs.8 b/pcs/pcs.8 index 651fda83..ff2ba0b0 100644 --- a/pcs/pcs.8 +++ b/pcs/pcs.8 @@ -531,7 +531,7 @@ history update Update fence history from all nodes. .TP sbd enable [watchdog=[@]]... [device=[@]]... [=]... [\fB\-\-no\-watchdog\-validation\fR] -Enable SBD in cluster. Default path for watchdog device is /dev/watchdog. Allowed SBD options: SBD_WATCHDOG_TIMEOUT (default: 5), SBD_DELAY_START (default: no), SBD_STARTMODE (default: always) and SBD_TIMEOUT_ACTION. It is possible to specify up to 3 devices per node. If \fB\-\-no\-watchdog\-validation\fR is specified, validation of watchdogs will be skipped. +Enable SBD in cluster. Default path for watchdog device is /dev/watchdog. Allowed SBD options: SBD_WATCHDOG_TIMEOUT (default: 5), SBD_DELAY_START (default: no), SBD_STARTMODE (default: always) and SBD_TIMEOUT_ACTION. SBD options are documented in sbd(8) man page. It is possible to specify up to 3 devices per node. If \fB\-\-no\-watchdog\-validation\fR is specified, validation of watchdogs will be skipped. .B WARNING: Cluster has to be restarted in order to apply these changes. diff --git a/pcs/usage.py b/pcs/usage.py index e4f5af32..30c63964 100644 --- a/pcs/usage.py +++ b/pcs/usage.py @@ -1147,7 +1147,8 @@ Commands: Enable SBD in cluster. Default path for watchdog device is /dev/watchdog. Allowed SBD options: SBD_WATCHDOG_TIMEOUT (default: 5), SBD_DELAY_START (default: no), SBD_STARTMODE (default: always) and - SBD_TIMEOUT_ACTION. It is possible to specify up to 3 devices per node. + SBD_TIMEOUT_ACTION. SBD options are documented in sbd(8) man page. It + is possible to specify up to 3 devices per node. If --no-watchdog-validation is specified, validation of watchdogs will be skipped. -- 2.21.1