HomeClusterLabs Projects

Fix: scheduler: order resource moves after connection starts

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

Description

Fix: scheduler: order resource moves after connection starts

This addresses a regression in behavior since 1.1.18 (via 3a34fed). By allowing
stops to proceed before probes finished, that change allowed the stop of a
resource moving to a coming-up remote node to happen before the remote node
connection's start. If the remote connection start fails, the resource will
have to be started again where it was, leading to unnecessary downtime.

Now, order the resource's stop after the remote connection's start.

RHBZ#1648507

Details

Provenance
kgaillotAuthored on Nov 13 2018, 6:51 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.