HomeClusterLabs Projects

Feature: schemas: Disallow can_fail operation meta-attribute

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

Description

Feature: schemas: Disallow can_fail operation meta-attribute

It is undocumented and deprecated (with a warning).

It seems to be intended to allow a transition to continue and complete
successfully if an action with can_fail="true" fails. In practice, the
attribute manager updates the fail count, which aborts the transition
anyway.

Further, this option takes effect only while running a transition.
on-fail="ignore", which takes effect while processing resource history,
is thus not a replacement.

In light of all of the above, we simply drop this option if it's set.

Ref T268

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

Details

Provenance
nrwahl2Authored on Aug 13 2024, 6:12 AM
Tasks
Restricted Maniphest Task

Commit No Longer Exists

This commit no longer exists in the repository.