| Summary: | when the app gear dir is missing, after deleting the app, the app's httpd config info is still in '.httpd.d/nodes.txt' | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Cong Wei <cowei> |
| Component: | Containers | Assignee: | Lokesh Mandvekar <lsm5> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.x | CC: | bmeng, bparees, dmcphers, jkeck, lsm5, xtian |
| Target Milestone: | --- | Keywords: | UpcomingRelease |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-26 19:08:15 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
Cong Wei
2013-11-14 10:32:26 UTC
this fails because the .env directory for the app was removed which means the app information cannot be looked up during the frontend-destroy flow. Will need to determine if this information (app uuid, app name, gear name) can be retrieved in another way. (In reply to Cong Wei from comment #0) > Description of problem: > > when the app gear dir is missing, after destroy the gear, the app's httpd > config still in 'nodes.txt' > > Version-Release number of selected component (if applicable): > > devenv_4031 > > How reproducible: > always > > Steps to Reproduce: > 1.Create an app > rhc create-app app1 php > > 2.Ssh instance, go to /var/lib/openshift, only remove the app dir > > 3. Destroy this app > rhc delete-app app1 > After this step, "oo-admin-gear -a destroygear -u $uuid" should purge things oo-admin-gear -a destroygear can delete the gear's remaining files on node. Move bug to verified. |