masakari-monitors/releasenotes/notes/bp-retry-check-when-host-failure-78649c512ef79199.yaml
Radosław Piliszek f5d2eeff93 Fix one reno
Change-Id: I9ca9854832e1a3f4a8af5089e5dff1377cecb9da
2021-03-27 18:32:10 +00:00

20 lines
618 B
YAML

---
features:
- |
Support for repeated check of node status in hostmonitor.
Repeated check is more reliable than single check to determine host
status, especially when there is network instability in play.
With this feature, the following config option can be set.
.. code-block:: ini
[host]
monitoring_samples = 3
The above means 3 checks will be done before the node status is decided.
The default value is 1 which is backwards compatible.
`Blueprint retry-check-when-host-failure <https://blueprints.launchpad.net/masakari/+spec/retry-check-when-host-failure>`__