Bug 873882 - [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.
Summary: [ORIGIN] when trying to create an app, I get error Node execution failure (in...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OKD
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-06 21:46 UTC by Peter Ruan
Modified: 2015-05-15 02:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-08 05:23:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
mcollective (33.27 KB, application/octet-stream)
2012-11-06 21:46 UTC, Peter Ruan
no flags Details

Description Peter Ruan 2012-11-06 21:46:10 UTC
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:

Comment 1 Rob Millner 2012-11-08 00:02:06 UTC
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?

Comment 2 Peter Ruan 2012-11-08 05:23:52 UTC
my origin kernel violated the minimum kernel version > 3.6.x.  I am able to create apps now after updating the kernel.


Note You need to log in before you can comment on or make changes to this bug.