HomeClusterLabs Projects

Refactor: scheduler: add pcmk__set_scheduler_defaults()

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

Description

Refactor: scheduler: add pcmk__set_scheduler_defaults()

We currently have pe_reset_working_data(), cleanup_calculations(), and
set_working_set_defaults() for partially freeing and restoring defaults
in scheduler data.

The distinction is confusing, and this is the first step to
rationalizing it: the new function sets nonzero default values in
scheduler data, without freeing or nulling/zeroing anything, so it can
be used in both existing and replacement functions.

Details

Provenance
kgaillotAuthored on Nov 11 2024, 12:38 PM

Commit No Longer Exists

This commit no longer exists in the repository.