Comment 0 for bug 1719644

Revision history for this message
Stefan Bader (smb) wrote :

SRU Justification:

Impact:
When running cmd_up there are a few failure points which call fail_up to unwind but then do not exit with failure. This also has effect on running "fanatic enable-fan" which itself runs fanctl.

Fix:
Force the fail_up function to do a hard stop by adding an "exit 1" statement.

Testcase: TBD