Bug 1034626

Summary: No cartridge status is shown for zend-6.1 application
Product: OpenShift Online Reporter: Qiushui Zhang <qiuzhang>
Component: ImageAssignee: Vojtech Vitek <vvitek>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: hripps, vvitek, 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:51:01 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 Qiushui Zhang 2013-11-26 08:59:04 UTC
Description of problem:
Try to check zend-6.1 cartridge status. 
rhc cartridge status zend-6.1 -a zd1
No cartridge status is returned.

Version-Release number of selected component (if applicable):
vvitek-Zend-QE-preserve

How reproducible:
always

Steps to Reproduce:
1. Create a zend-6.1 application
rhc app create zd1 zend-6.1
2. Try to show the cartridge status
rhc cartridge status zend-6.1 -a zd1
3.

Actual results:
No status is shown.
[openshift@dhcp-10-143 tmp]$ rhc cartridge status zend-6.1 -a zd1
RESULT:
[openshift@dhcp-10-143 tmp]$ 


Expected results:
Cartridge status should be shown correctly.

Additional info:

Comment 1 Vojtech Vitek 2013-11-26 14:52:30 UTC
I can reproduce the similar behaviour for the zend-5.6 in the Online right now. It's not a zend-6.1 regression.

Comment 2 Qiushui Zhang 2013-11-27 03:23:13 UTC
A similar bug about zend-5.6 was reported several month ago. The bug is https://bugzilla.redhat.com/show_bug.cgi?id=990792

This bug was verified several weeks ago, and it works OK(for zend-5.6) now on our devenv_4076 instance. It even works well on STG.

It only fails with zend-6.1

Comment 3 Vojtech Vitek 2013-11-27 21:24:10 UTC
https://github.com/openshift/li/pull/2195

Comment 5 openshift-github-bot 2013-11-28 20:14:04 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/f19872c70a97354a320ef493855d2322cd41ebd7
Bug 1034626 - No cartridge status is shown

Comment 6 Qiushui Zhang 2013-11-29 03:02:22 UTC
Tested on devenv_4083.

[openshift@dhcp-10-143 tmp]$ rhc cartridge status zend-6.1 -a zd1
RESULT:
Application is running

Mark the bug as verified.