HomeClusterLabs Projects

Refactor: libcrmcommon, daemons: New pcmk__cluster_option_metadata()

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

Description

Refactor: libcrmcommon, daemons: New pcmk__cluster_option_metadata()

This new function is a wrapper for pcmk__format_option_metadata() that
always uses the shared cluster_options array and its length.

Daemons can now call this function to get metadata instead of using
their local options arrays for that purpose.

Soon we'll introduce a command that outputs all cluster option metadata
directly, instead of calling daemon metadata commands.

Ref T746

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Jan 6 2024, 10:07 PM
Tasks
T746: Avoid duplicating option metadata across daemons

Commit No Longer Exists

This commit no longer exists in the repository.