HomeClusterLabs Projects

Refactor: libcrmcommon: functionize non-root panic

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: libcrmcommon: functionize non-root panic

The previous version would not send SIGQUIT to pacemakerd if it were PID 1.
That's dropped since the only real possibility of that is if pacemakerd is
running in a container, and there's no reason to avoid the signal in that case.
Also improve log messages.

Details

Provenance
kgaillotAuthored on Aug 8 2024, 12:06 PM

Commit No Longer Exists

This commit no longer exists in the repository.