Werk #11497: Notification spooler: Fix potential cluster issues when trying to stop mknotifyd

Component Core & setup
Title Notification spooler: Fix potential cluster issues when trying to stop mknotifyd
Date Oct 1, 2020
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.0.0i1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

When running a failover cluster (like on the Checkmk appliance) it is important to stop all services in a reliable way before the cluster data volume can be unmounted and moved over to the other nodes.

Previously the mknotifyd init script (which is used by omd stop) was not waiting for the mknotifyd to terminate after signaling a stop to the process. In rare cases this could lead to failover failures, when the mknotifyd takes too long to stop.

To the list of all Werks