Blame SOURCES/0003-Doc-sbd.8.pod-add-query-test-watchdog.patch

6f8c14
From e073271f53583f2d0cf2675ea665ed50712b65dd Mon Sep 17 00:00:00 2001
6f8c14
From: Klaus Wenninger <klaus.wenninger@aon.at>
6f8c14
Date: Mon, 8 Jan 2018 12:07:33 +0100
6f8c14
Subject: [PATCH] Doc: sbd.8.pod: add sections for query-watchdog &
6f8c14
 test-watchdog
6f8c14
6f8c14
---
6f8c14
 man/sbd.8.pod | 24 ++++++++++++++++++++++++
6f8c14
 1 file changed, 24 insertions(+)
6f8c14
6f8c14
diff --git a/man/sbd.8.pod b/man/sbd.8.pod
6f8c14
index c1bf67a..ffd01c2 100644
6f8c14
--- a/man/sbd.8.pod
6f8c14
+++ b/man/sbd.8.pod
6f8c14
@@ -394,6 +394,30 @@ a fencing message by the cluster.
6f8c14
 
6f8c14
 =back
6f8c14
 
6f8c14
+=head2 query-watchdog
6f8c14
+
6f8c14
+Example usage:
6f8c14
+
6f8c14
+	sbd query-watchdog
6f8c14
+
6f8c14
+Check for available watchdog devices and print some info.
6f8c14
+
6f8c14
+B<Warning>: This command will arm the watchdog during query, and if your
6f8c14
+watchdog refuses disarming (for example, if its kernel module has the
6f8c14
+'nowayout' parameter set) this will reset your system.
6f8c14
+
6f8c14
+=head2 test-watchdog
6f8c14
+
6f8c14
+Example usage:
6f8c14
+
6f8c14
+	sbd test-watchdog [-w /dev/watchdog3]
6f8c14
+
6f8c14
+Test specified watchdog device (/dev/watchdog by default).
6f8c14
+
6f8c14
+B<Warning>: This command will arm the watchdog and have your system reset
6f8c14
+in case your watchdog is working properly! If issued from an interactive
6f8c14
+session, it will prompt for confirmation.
6f8c14
+
6f8c14
 =head1 Base system configuration
6f8c14
 
6f8c14
 =head2 Configure a watchdog
6f8c14
-- 
6f8c14
1.8.3.1
6f8c14