HomeClusterLabs Projects

Fix: controller: don't try to execute agent action at shutdown

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

Description

Fix: controller: don't try to execute agent action at shutdown

Normally, agent execution is not possible at shutdown. However, when metadata
is needed for some action, the agent can be called asynchronously, and when the
metadata action returns, the original action is performed. If the metadata is
initiated before shutdown, but completes after shutdown has begun, do not try
to attempt the original action, so we avoid unnecessary error logs.

Details

Provenance
kgaillotAuthored on Aug 2 2023, 4:55 PM

Commit No Longer Exists

This commit no longer exists in the repository.