HomeClusterLabs Projects

Fix: libpe_status: don't order implied stops relative to a remote connection

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

Description

Fix: libpe_status: don't order implied stops relative to a remote connection

Actions behind a remote connection are ordered relative to any start or stop of
the remote connection. However, if the action is a stop implied due to fencing,
it does not require the remote connection, and the ordering should not be done.

This avoids a delay in the remote connection recovery if it is failed, e.g.
previously the ordering would look like:

fence remote node -> implied stop of resource on remote -> stop connection

Now, the connection stop can proceed simultaneously with the remote node
fencing.

Details

Provenance
kgaillotAuthored on Jun 5 2019, 5:43 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.