Files
masakari-monitors/releasenotes/notes/bug-1878548-5fab31aec6ba5407.yaml
Radosław Piliszek c2d9a4f9cb Fix hostmonitor to respect quorum
Both cibadmin-based and crm_mon-based host status queryings were
affected, allowing partitioned cluster to tell Masakari to
evacuate hosts from the other partition (which nota bene include
all remotes if applicable).

Closes-Bug: #1878548
Change-Id: I0b1ca8a011ee4da162a2c3a986c1dab9a3d38190
2021-09-13 19:27:52 +00:00

8 lines
241 B
YAML

---
fixes:
- |
Fixes hostmonitor reporting hosts down because of Pacemaker cluster
partitioning.
Now hostmonitor properly respects the status of Pacemaker cluster quorum.
`LP#1878548 <https://launchpad.net/bugs/1878548>`__