Compare commits
1 Commits
v0.9.74
...
86115b2928
Author | SHA1 | Date | |
---|---|---|---|
86115b2928 |
@ -324,9 +324,14 @@ def entrypoint():
|
|||||||
config["ipmi_hostname"], config["ipmi_username"], config["ipmi_password"]
|
config["ipmi_hostname"], config["ipmi_username"], config["ipmi_password"]
|
||||||
):
|
):
|
||||||
logger.out(
|
logger.out(
|
||||||
"Our IPMI is not reachable; fencing of this node will likely fail",
|
"Our IPMI interface is not reachable; fencing of this node will fail until corrected",
|
||||||
state="w",
|
state="w",
|
||||||
)
|
)
|
||||||
|
else:
|
||||||
|
logger.out(
|
||||||
|
"Our IPMI interface is reachable; fencing of this node is possible",
|
||||||
|
state="o",
|
||||||
|
)
|
||||||
|
|
||||||
# Validate libvirt
|
# Validate libvirt
|
||||||
if not pvcnoded.util.libvirt.validate_libvirtd(logger, config):
|
if not pvcnoded.util.libvirt.validate_libvirtd(logger, config):
|
||||||
|
Reference in New Issue
Block a user