HomeClusterLabs Projects

Refactor: scheduler: make digest calculation more efficient

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

Description

Refactor: scheduler: make digest calculation more efficient

Previously, calculate_main_digest() create a transient instance of an action
using custom_action(). However, it only needed the action's meta-attributes and
action-specific resource instance attributes. Use the new parsing functions to
get just those, allowing us to avoid the rest of custom_action()'s processing.

Details

Provenance
kgaillotAuthored on Jul 31 2023, 5:47 PM

Commit No Longer Exists

This commit no longer exists in the repository.