28 lines
755 B
Diff
28 lines
755 B
Diff
From 091e10ae3f62239251b53bf7d81d47a57a9b82f2 Mon Sep 17 00:00:00 2001
|
|
From: "Gao,Yan" <ygao@suse.com>
|
|
Date: Wed, 23 Jan 2019 17:21:15 +0100
|
|
Subject: [PATCH] Doc: sbd.sysconfig: watchdog timeout set in the on-disk
|
|
metadata takes precedence
|
|
|
|
---
|
|
src/sbd.sysconfig | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/src/sbd.sysconfig b/src/sbd.sysconfig
|
|
index e661f96..f163f21 100644
|
|
--- a/src/sbd.sysconfig
|
|
+++ b/src/sbd.sysconfig
|
|
@@ -68,6 +68,9 @@ SBD_WATCHDOG_DEV=/dev/watchdog
|
|
# If your sbd device(s) reside on a multipath setup or iSCSI, this
|
|
# should be the time required to detect a path failure.
|
|
#
|
|
+# Be aware that watchdog timeout set in the on-disk metadata takes
|
|
+# precedence.
|
|
+#
|
|
SBD_WATCHDOG_TIMEOUT=5
|
|
|
|
## Type: string
|
|
--
|
|
1.8.3.1
|
|
|