On pacemaker remote node stonith is set unconditionally
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Michele Baldessari |
Bug Description
We have the following code currently in the tripleo pacemaker_remote manifest:
class tripleo:
$remote_authkey,
$pcs_tries = hiera('pcs_tries', 20),
$enable_fencing = hiera('
$step = hiera('step'),
) {
class { '::pacemaker:
remote_authkey => $remote_authkey,
}
$enable_
class { '::pacemaker:
disable => !$enable_
tries => $pcs_tries,
}
....
It makes no sense to enforce the stonith on the remote nodes and we should probably just enforce
it on $pacemaker_master anyway. While this works in general it creates extra CIB changes for nothing and we did see an issue when working with container HA (due to the remotes not being up already)
Changed in tripleo: | |
milestone: | pike-2 → pike-3 |
Fix proposed to branch: master /review. openstack. org/471630
Review: https:/