]> git.proxmox.com Git - redhat-cluster-pve.git/blob - debian/patches/do-not-stop-when-start-fails.patch
start rgmanager after service vz and qemu-server
[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 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 @@
11 echo -e "$errmsg"
12 failure
13 echo
14 - if [ "$currentaction" = "start" ]; then
15 - stop && rm -f $LOCK_FILE
16 - fi
17 +# if [ "$currentaction" = "start" ]; then
18 +# stop && rm -f $LOCK_FILE
19 +# fi
20 exit 1
21 }
22