HomeClusterLabs Projects

Refactor: fencer: use common reply handling for T_STONITH_NOTIFY

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

Description

Refactor: fencer: use common reply handling for T_STONITH_NOTIFY

Previously, handle_request() called pcmkipc_send_ack() directly for
T_STONITH_NOTIFY, rather than let it fall through to stonith_send_reply(). With
recent refactors, the equivalent can be done with pcmk
ipc_create_ack() and
letting it fall through to the same reply handling as CRM_OP_REGISTER.

Now, any reply is always sent at the end of handle_request().

Details

Provenance
kgaillotAuthored on Feb 8 2022, 10:32 AM

Commit No Longer Exists

This commit no longer exists in the repository.