Bug 1071236
| Summary: | Scalable app's db gear state is 'stopped' after restoring snapshot | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Wei Sun <wsun> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED DUPLICATE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | abhgupta, ffranz |
| 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-03-03 15:53:39 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
Wei Sun
2014-02-28 10:47:45 UTC
This bug seems to be happening on all snapshot commands and not directly related to rhc. After restoring a snapshot on a scalable app with db gears (tested with php-5.4 and mysql-5.5) the db gear is shown 'stopped'. Steps to reproduce: 1. rhc create-app <app> php-5.4 mysql-5.5 -s 2. save snapshot: ssh <user>@<app>-<domain>.dev.rhcloud.com snapshot > temp.tar.gz 3. restore snapshot: cat temp.tar.gz | ssh <user>@<app>-<domain>.dev.rhcloud.com 'restore INCLUDE_GIT' 4. display gear state: curl -k --user user:pass https://<host>/broker/rest/application/<app_id>/gear_groups Adding Abhishek, might be worth checking if it's not on broker. *** This bug has been marked as a duplicate of bug 1030305 *** |