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