]> git.proxmox.com Git - redhat-cluster-pve.git/blob - debian/patches/do-not-stop-when-start-fails.patch
7adc7416ef2e702e2fcef04dc1016b58ff210300
[redhat-cluster-pve.git] / debian / patches / do-not-stop-when-start-fails.patch
1 fix bug #238
2
3 Revert commit 65a0eef71377d2de4ad94e8f20065c4467a441e9 form upstream. We want to keep cman running even when we do not get quorum.
4
5
6 Index: 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