2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Put ipmi errors in trace log

Put an end to the 'see stderr log'
This commit is contained in:
Jarrod Johnson 2018-01-29 13:21:18 -05:00
parent 2e7a8bee18
commit a7b0a449d6

View File

@ -351,9 +351,7 @@ def perform_request(operator, node, element,
except exc.TargetEndpointUnreachable as tu:
results.put(msg.ConfluentTargetTimeout(node, str(tu)))
except Exception as e:
results.put(msg.ConfluentNodeError(
node, 'IPMI PluginException (see stderr log): ' + str(e)))
raise
results.put(e)
finally:
results.put('Done')