| Summary: | Broker returns important error message from node as "debug" severity | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Clayton Coleman <ccoleman> |
| Component: | Image | Assignee: | Dan McPherson <dmcphers> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | bmeng, dmcphers, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-30 00:53:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Clayton Coleman
2013-12-17 22:52:51 UTC
Return message from node is
Error: Failed to execute: 'control start' for /var/lib/openshift/52caf85a942f8540ad000001/cdk\n\n
full message:
[#<MCollective::RPC::Result:0x00000008364400 @agent="openshift", @action="cartridge_do", @results={:sender=>"ip-10-181-153-163", :statuscode=>1, :statusmsg=>"cartridge_do_action failed 157. Output Error: Failed to execute: 'control start' for /var/lib/openshift/52caf85a942f8540ad000001/cdk\n\n", :data=>{:time=>nil, :output=>"Error: Failed to execute: 'control start' for /var/lib/openshift/52caf85a942f8540ad000001/cdk\n\n", :exitcode=>157, :addtl_params=>nil}}>]
In order for broker to notify the client the message needs to be superseded with CLIENT_ERROR:
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/5d4f3962cbc632eb0f01ac586933ae0e16bdabaf Bug 1044223 {"api_version":1.6,"data":null,"messages":[{"exit_code":157,"field":null,"index":null,"severity":"error","text":"Failed to execute: 'control start' for /var/lib/openshift/52dcbcb2d182b6076e00030a/cdk\n"}],"status":"unprocessable_entity","supported_api_versions":[1.0,1.1,1.2,1.3,1.4,1.5,1.6],"type":null,"version":"1.6"}
Issue has been fixed on devenv_4242.
|