Bug 1018134 - Can not restart after force-stop the app for nodejs-0.6 and nodejs-0.10 after migration in STG
Summary: Can not restart after force-stop the app for nodejs-0.6 and nodejs-0.10 after...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Paul Morie
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-11 10:14 UTC by Yan Du
Modified: 2015-05-14 23:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-17 13:35:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Yan Du 2013-10-11 10:14:32 UTC
Description of problem:
Can not restart after force-stop the app for nodejs-0.6 and nodejs-0.10 after migration


Version-Release number of selected component (if applicable):
STG(devenv-stage_493)


How reproducible:
Always


Steps to Reproduce:

1. Create a nodejs app (nodejs-0.6 or nodje-0.10)
#rhc app create n6 nodejs-0.6
2. do migration
3. rhc app-force-stop n6
4. rhc app restart n6


Actual results:

[root@Daphne test]# arestart n6 -d
Unable to complete the requested operation due to: Failed to correctly execute all parallel
operations.


Expected results:
should restart app normally after force-stop


Additional info:

rhc ssh the app to check the control script, found the code in https://github.com/openshift/origin-server/commit/fe4b4d708bf48abc6d2961502fee16da5a66d779  didn't update to old nodejs app.

Comment 1 Xiaoli Tian 2013-10-11 10:34:53 UTC
I guess we have not bumped up cartridge versions for all  cartridges having changes for sprint 34 yet, that will cause most changes for cartridges can not be upgraded successfully in STG since STG is running oo-admin-upgrade without --ignore-cartridge-version option

Comment 2 Yan Du 2013-10-12 02:58:46 UTC
Test on STG(devenv-stage_496), the issue can't be reproduced. nodejs app can be controlled normally.

Comment 3 Yan Du 2013-10-16 08:14:37 UTC
Move bug to verified according to #Comment 2


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