]> git.proxmox.com Git - redhat-cluster-pve.git/blame - debian/patches/do-not-stop-when-start-fails.patch
fix patches for 3.1.93
[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===================================================================
b3295b8c
DM
8--- new.orig/cman/init.d/cman.in 2012-10-02 11:07:02.000000000 +0200
9+++ new/cman/init.d/cman.in 2012-10-02 11:07:38.000000000 +0200
10@@ -231,9 +231,9 @@
d994ff01
DM
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