]> git.proxmox.com Git - redhat-cluster-pve.git/blame - debian/patches/do-not-stop-when-start-fails.patch
fix bug #112 and #238
[redhat-cluster-pve.git] / debian / patches / do-not-stop-when-start-fails.patch
CommitLineData
d994ff01
DM
1fix bug #238
2
3Revert commit 65a0eef71377d2de4ad94e8f20065c4467a441e9 form upstream. We want to keep cman running even when we do not get quorum.
4
5
6Index: new/cman/init.d/cman.in
7===================================================================
8--- new.orig/cman/init.d/cman.in 2012-08-14 07:23:53.000000000 +0200
9+++ new/cman/init.d/cman.in 2012-08-14 07:24:13.000000000 +0200
10@@ -210,9 +210,9 @@
11 echo -e "$errmsg"
12 failure
13 echo
14- if [ "$currentaction" = "start" ]; then
15- $thisinvokation stop
16- fi
17+# if [ "$currentaction" = "start" ]; then
18+# $thisinvokation stop
19+# fi
20 exit 1
21 }
22