Bug 904081
| Summary: | Failed to create scalable jbossas-7 apps | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | jizhao | ||||
| Component: | Containers | Assignee: | Bill DeCoste <wdecoste> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 2.x | CC: | dmcphers, pmorie, szhou, wdecoste | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | https://github.com/openshift/origin-server/pull/1215 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-02-14 00:53:59 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: |
|
||||||
|
Description
jizhao
2013-01-25 12:23:28 UTC
Created attachment 687439 [details]
broker log
Recreated in my devenv. Looks like app-create action is failing with this error:
I, [2013-01-25T11:06:22.124856 #1156] INFO -- : openshift.rb:556:in `cartridge_do_action' cartridge_do_action validation = openshift-origin-node app-create {"--with-app-uuid"=>"5102ad77a267b76a0b00002e", "--wit
h-app-name"=>"jtest", "--with-container-uuid"=>"5102ad77a267b76a0b00002e", "--with-container-name"=>"jtest", "--with-namespace"=>"pmorie094"}
I, [2013-01-25T11:06:22.125153 #1156] INFO -- : openshift.rb:30:in `oo_app_create' COMMAND: oo-app-create
I, [2013-01-25T11:06:22.154673 #1156] INFO -- : openshift.rb:47:in `rescue in oo_app_create' ERROR: unable to create user account(9): useradd -u 501 -d /var/lib/openshift/5102ad77a267b76a0b00002e/ -s /usr/bin/o
o-trap-user -c 'OpenShift guest' -m -k /etc/openshift/skel 5102ad77a267b76a0b00002e stdout: useradd: user '5102ad77a267b76a0b00002e' already exists
stderr: useradd: user '5102ad77a267b76a0b00002e' already exists
I was able to create jbossews-1.0, ruby-1.9 scaled apps, as well as non-scaled jbossas-7. I think this bug must have been recently introduced, since I created a scaled jboss app successfully earlier this week.
Broken in the latest devenv, but is working in INT. So definitely looks like recently introduced. I'm guessing it might have to do with the new logic to have scaled apps only have 1 gear initially. Bug does not exist in STG either. typo in manifest.yml Verified this bug on devenv_2734. |