Bug 816145 - [OSS]The openshift_origin.iso guest will crash if deploy two or more php-5.3 quick start applications.
Summary: [OSS]The openshift_origin.iso guest will crash if deploy two or more php-5.3 ...
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: Krishna Raman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-25 10:49 UTC by yquan
Modified: 2015-05-15 01:52 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-25 19:10:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


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