diff options
author | Michele Baldessari <michele@acksyn.org> | 2016-09-28 22:55:25 +0200 |
---|---|---|
committer | Michele Baldessari <michele@acksyn.org> | 2016-09-29 09:02:24 +0200 |
commit | 32c54304f489405ea2e3ab67f5de236ab6f2e5ec (patch) | |
tree | d187c2ccdb7c938d859ee214ce84606b11d20240 /extraconfig/tasks/post_puppet_pacemaker.yaml | |
parent | 1b634c21c118a54071abd2bc5181453f3aa8d7a7 (diff) |
Relax pre-upgrade check for failed actions
Before this change we checked the cluster for any failed actions and
we stopped the upgrade process if there were any.
This is likely eccessive as a failed action could have happened in the
past and the cluster is now fully functional.
Better to check if any of the resources are in Stopped state and break
the upgrade process if any of them are.
We also need to restrict this check to the bootstrap node because
otherwise the following might happen:
1) Bootstrap node does the check, it is successful and it starts
the full HA -> HA NG migration which *will* create failed actions
and will start stopping resources
2) If the check now starts on a non-bootstrap node while 1) is ongoing,
it will find either failed actions or stopped resources so it will
fail.
Change-Id: Ib091f6dd8884025d2e23bf2fa700169e2dec778f
Closes-Bug: #1628653
Diffstat (limited to 'extraconfig/tasks/post_puppet_pacemaker.yaml')
0 files changed, 0 insertions, 0 deletions