
Once upon a time, Chris Adams <cma@cmadams.net> said:
The power management appears to be a bug between vdsm and the fence agents. Are you using fence_ipmilan? It seems to not be seeing options.
Late follow-up, but I finally had some time to look at this. Between RHEL 7.0 and RHEL 7.1 (fence-agents 4.0.2 and 4.0.11), fence_ipmilan was replaced, going from a compiled C program to a python script. In the process, boolean option handling appears to have changed when reading options from standard input (as vdsm passes them). In the old version of fence_ipmilan, just setting "lanplus" in the oVirt host power management screen as an option was sufficient, but in the new version, "lanplus=1" is required. I changed all my hosts to use "lanplus=1" and the power management test succeeds. I've filed a RH bug against fence-agents, as IMHO this is a regression. https://bugzilla.redhat.com/show_bug.cgi?id=1222098 -- Chris Adams <cma@cmadams.net>