HomeClusterLabs Projects

Refactor: libcrmcommon: pcmk__set_env_option() takes compat argument

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

Description

Refactor: libcrmcommon: pcmk__set_env_option() takes compat argument

Setting this argument to true maintains the existing behavior. Setting
it to false will allow us to use pcmk__set_env_option() in more places,
to replace setenv("PCMK_<option>") -- places where we don't want to
begin setting "HA_<option>".

node_start_state was documented only as PCMK_node_start_state when it
was added, so that one uses compat=false now.

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

Details

Provenance
nrwahl2Authored on Oct 17 2023, 2:59 AM

Commit No Longer Exists

This commit no longer exists in the repository.