I have created an active/passive cluster using Pacemaker / Corosync / drbd and have "simulated" Apache failure pkill httpd
and altough pacemaker recovered from the "failure" and started httpd now when executing pcs status
I get:
Failed Actions:
* apache_monitor_60000 on server1 'not running' (7): call=39, status=complete, exitreason='none',
last-rc-change='Wed May 9 09:55:45 2018', queued=0ms, exec=0ms
Why does pacemaker not clear the failed action after a successful recovery? Or is there any other way to clear the failed action other than manual?