| Summary: | Initial build app after creating app from quickstart does not restart the app if there's hot-deploy marker existing in the quickstart itself | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Meng Bo <bmeng> |
| Component: | Containers | Assignee: | Andy Goldstein <agoldste> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | agoldste, jhonce |
| Target Milestone: | --- | Keywords: | Regression |
| 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-24 03:26:43 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
Meng Bo
2013-10-25 07:23:01 UTC
The app is in start state after created but cannot be accessed. # rhc app show scaleapp --state Cartridge mongodb-2.2 is started Cartridge jbosseap-6, haproxy-1.4 is started After restart the app, the app can work well. Low the severity. Found that there is a hot_deploy marker for the scaling demo quickstart. That's way the app cannot be accessed after created but works well after restart. Raise the severity. Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/f754d2f570fd66596b9cb66bed9dada01a5351c4 Ignore hot_deploy for initial from-code build Make sure local gear is started and in rotation when an initial build git repository happens to have a hot deploy marker in it. Bug 1023305 Checked the scale-demo on devenv_3953, the app can be accessed after created. Move bug to verified. |