pvc/node-daemon/pvcnoded/util
Joshua Boniface c8134d3a1c Fix several bugs in fence handling
1. Output from ipmitool was not being stripped, and stray newlines were
throwing off the comparisons. Fixes this.

2. Several stages were lacking meaningful messages. Adds these in so the
output is more clear about what is going on.

3. Reduce the sleep time after a fence to just 1x the
keepalive_interval, rather than 2x, because this seemed like excessively
long even for slow IPMI interfaces, especially since we're checking the
power state now anyways.

4. Set the node daemon state to an explicit 'fenced' state after a
successful fence to indicate to users that the node was indeed fenced
successfully and not still 'dead'.
2021-09-26 20:07:30 -04:00
..
__init__.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
config.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
fencing.py Fix several bugs in fence handling 2021-09-26 20:07:30 -04:00
keepalive.py Handle VM disk/network stats gathering exceptions 2021-09-12 19:41:07 -04:00
libvirt.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
networking.py Fix typo in output message 2021-08-23 00:39:19 -04:00
services.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00
zookeeper.py Refactor pvcnoded to reduce Daemon.py size 2021-08-21 03:14:22 -04:00