| Summary: | Unable to restore app after force-stop | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | mzimen |
| Component: | Containers | Assignee: | Dan Mace <dmace> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | dmace, qiuzhang, szhou |
| 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: | 2013-10-17 13:34:45 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
mzimen
2013-10-10 09:31:30 UTC
I can confirm the same issue occurs against AMI: devenv-stage_491 (ami-ff3b6b96) https://github.com/openshift/origin-server/pull/3833 https://github.com/openshift/origin-server/pull/3834 Note to QE: You can reproduce this issue with a simplified set of steps: 1. Create the scalable php/mysql app 2. Take a snapshot 3. Force-stop the app 4. Restore the snapshot Thanks! Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/ae07360e8bcd033174cfaef23824ab4c7b77c9fc Bug 1017642: Wait for mysql to start before accesing during restore Tested on devenv_3886. Retested the problem with the following steps: 1. rhc app create php1 php-5.3 mysql-5.1 2. rhc snapshot save php1 3. rhc app force-stop php1 4. rhc snapshot restore -a php1 -f php1.tar.gz The snapshot restore ends up successfully. The app is accessible after all the above steps. Mark the bug as verified. |