Hi all,
I was wondering how much systemd could add to current high
availability cluster setups.
Today systemd is used on HA clusters as just an init replacement.
However, there are systemd features that might come in handy and
improve the overall performance and even reliability of such clusters:
or must be able to at the very least 'stop'
and 'reload'/'restart' it.
The solution I've been using is inserting all but the last dependency
into 'ExecStartPre' and 'ExecStopPost' directives, but does *not* look
correct to me.