]> git.proxmox.com Git - redhat-cluster-pve.git/blame - debian/patches/do-not-stop-when-start-fails.patch
update to latest STABLE32
[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===================================================================
70bc93ec
DM
8--- new.orig/cman/init.d/cman.in 2013-03-15 07:27:17.000000000 +0100
9+++ new/cman/init.d/cman.in 2013-03-15 07:30:40.000000000 +0100
10@@ -228,9 +228,9 @@
d994ff01
DM
11 echo -e "$errmsg"
12 failure
13 echo
14- if [ "$currentaction" = "start" ]; then
70bc93ec 15- stop && rm -f $LOCK_FILE
d994ff01
DM
16- fi
17+# if [ "$currentaction" = "start" ]; then
70bc93ec 18+# stop && rm -f $LOCK_FILE
d994ff01
DM
19+# fi
20 exit 1
21 }
22