Bug 816145

Summary: [OSS]The openshift_origin.iso guest will crash if deploy two or more php-5.3 quick start applications.
Product: OKD Reporter: yquan <yquan>
Component: PodAssignee: Krishna Raman <kraman>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: mfisher, mpatel, pruan
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-25 19:10:10 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:

Description yquan 2012-04-25 10:49:40 UTC
Description of problem:
The fedora_remix guest will crash if deploy two php-5.3 quick start applications in the image.
I run the openshift_origin.iso on kvm.

Version-Release number of selected component (if applicable):
 openshift_origin.iso 4-24

How reproducible:
Always

Steps to Reproduce:
1.rhc-create-app -a mediawiki -t php-5.3
2.rhc-ctl-app -a mediawiki -e add-mysql-5.1
3.rhc-ctl-app -a mediawiki -e add-mysql-5.1
4.cd mediawiki;git remote add upstream -m master git://github.com/openshift/mediawiki-example.git

5.git pull -s recursive -X theirs upstream master
6.git push

7.rhc app create -a magento -t php-5.3
8.rhc app cartridge add -a magento -c mysql-5.1
9.cd magento;git remote add upstream -m master git://github.com/openshift/magento-example.git
10.git pull -s recursive -X theirs upstream master
11.git push
  
Actual results:
The guest system will crash.

Expected results:
Two php application should run smoothly, and the guest system also keep regular.

Additional info:

Comment 1 Krishna Raman 2012-04-25 19:05:18 UTC
The apps on the vm run on a ramdisk. Once the ramdisk runs out of space the VM will halt. This is expected behavior.