[Debian-ha-commits] [crmsh] 02/03: d/patches: disable watchdog when generating corosync.conf

Valentin Vidic vvidic-guest at moszumanska.debian.org
Fri Sep 1 18:41:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository crmsh.

commit 51fa0352a1af1867a32cd8f8b0c45b5e6789c9d1
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Mon Aug 28 09:20:14 2017 +0200

    d/patches: disable watchdog when generating corosync.conf
    
    Allows sbd to take /dev/watchdog in cluster init.
---
 debian/patches/0013-Fix-cluster-bootstrap.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/patches/0013-Fix-cluster-bootstrap.patch b/debian/patches/0013-Fix-cluster-bootstrap.patch
index e4c58eb..0f7475d 100644
--- a/debian/patches/0013-Fix-cluster-bootstrap.patch
+++ b/debian/patches/0013-Fix-cluster-bootstrap.patch
@@ -113,3 +113,15 @@ Last-Update: 2017-07-23
          error("Can't retrieve csync2 config from %s" % (seed_host))
  
      start_service("csync2.socket")
+--- a/crmsh/corosync.py
++++ b/crmsh/corosync.py
+@@ -511,6 +511,9 @@
+     expected_votes: 1
+     two_node: 0
+ }
++resources {
++    watchdog_device: off
++}
+ """
+ 
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/crmsh.git



More information about the Debian-HA-Commits mailing list