File pacemaker-pacemaker.service-stonithd.patch of Package pacemaker.3577
commit c9cfc0084af9bc0d527a0beb87f4f14b7922f34e
Author: Jan Pokorný <jpokorny@redhat.com>
Date: Mon Sep 19 20:40:53 2016 +0200
Low: pacemaker.service: do not mistakenly suggest killing fenced
...when stonithd is the proper daemon in charge of node executions.
Index: pacemaker/mcp/pacemaker.service.in
===================================================================
--- pacemaker.orig/mcp/pacemaker.service.in
+++ pacemaker/mcp/pacemaker.service.in
@@ -38,7 +38,7 @@ SendSIGKILL=no
# Although the node will likely end up being fenced as a result so its
# not on by default
#
-# ExecStopPost=/usr/bin/killall -TERM crmd attrd fenced cib pengine lrmd
+# ExecStopPost=/usr/bin/killall -TERM crmd attrd stonithd cib pengine lrmd
# If you want Corosync to stop whenever Pacemaker is stopped,
# uncomment the next line too: