2021-06-22 08:43:42 |
Radosław Piliszek |
description |
When:
restrict_to_remotes = True
but:
disable_ipmi_check = False (the default)
The hostmonitor will fail when trying to take action on a host being down (attached). |
When:
restrict_to_remotes = True
but:
disable_ipmi_check = False (the default)
The hostmonitor will fail when trying to take action on a host being down (attached).
File "masakarimonitors/hostmonitor/host_handler/parse_cib_xml.py", line 152, in get_stonith_ipmi_params
ERROR masakarimonitors.hostmonitor.host_handler.handle_host child_list = list(self.cib_tag)
ERROR masakarimonitors.hostmonitor.host_handler.handle_host TypeError: 'NoneType' object is not iterable |
|