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:
parent
2e7a8bee18
commit
a7b0a449d6
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user