BUG: when turning all nodes off via the API, this does not turn off the PSU with the last node.
jpnadas opened this issue · 0 comments
jpnadas commented
Issue
Whenever the nodes are turned off via the API (either via web interface or tpi
), the PSU still remains on. This results in anything (fans, HDDs, etc) powered by it, except for the nodes, to remain active.
Steps to reproduce
- Plug a fan into the board
- Power on the nodes (any method)
- Power off the nodes using the API (either
tpi
or web interface)
a. Fan remains on.
Desired solution
The PSU is powered off when nodes are powered off
Workarounds
Turning the nodes off via key1
works as expected (PSU is powered off with the last node).