HomeClusterLabs Projects

Refactor: scheduler: functionize parsing result from action history

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

Description

Refactor: scheduler: functionize parsing result from action history

... for code isolation and readability. Do the checks that can lead to early
returns first, for efficiency. Also improve log messages.

One slight change is that an invalid exit status will get mapped to 1
(CRM_EX_ERROR) rather than -1, but the behavior should be the same.

Details

Provenance
kgaillotAuthored on Feb 9 2023, 11:34 AM

Commit No Longer Exists

This commit no longer exists in the repository.