Bug 873882
| Summary: | [ORIGIN] when trying to create an app, I get error Node execution failure (invalid exit code from node). If the problem persists please contact Red Hat support. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Peter Ruan <pruan> | ||||
| Component: | Pod | Assignee: | Dan McPherson <dmcphers> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 2.x | CC: | rmillner | ||||
| 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: | 2012-11-08 05:23:52 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
The mcollective log contains cgroups errors that indicate a really old kernel version. That likely caused the gear configuration to fail which lead to the successive errors. cat: /cgroup/all/openshift/3ace534b678343d99fd5516b3df14ffc/cpu.cfs_quota_us: No such file or directory /usr/libexec/openshift/cartridges/abstract/info/lib/util: line 992: /cgroup/all/openshift/3ace534b678343d99fd5516b3df14ffc/cpu.cfs_quota_us: Permission denied What kernel version does the F16 instance have? my origin kernel violated the minimum kernel version > 3.6.x. I am able to create apps now after updating the kernel. |
Created attachment 639628 [details] mcollective Description of problem: When trying to create an app with the latest clone of orign codes, I get Node execution failure (invalid exit code from node). If the problem persists please contact Red Hat support. Please refer to attached mollective.log Version-Release number of selected component (if applicable): current origin github code How reproducible: always Steps to Reproduce: 1. build origin from a F16 LiveCD image 2. try to create app 'rch app create app1 php-5.3 -padmin' 3. Actual results: invalid exit code from node. Expected results: app created successfully Additional info: