Bug 825354 - Deconfigure and destroy aren't always cleaning up httpd proxy config
Summary: Deconfigure and destroy aren't always cleaning up httpd proxy config
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-25 19:02 UTC by Dan McPherson
Modified: 2015-05-14 22:54 UTC (History)
2 users (show)

Fixed In Version: devenv_1809
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-08 17:59:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
mcollective.log (2.00 MB, application/octet-stream)
2012-05-25 19:02 UTC, Dan McPherson
no flags Details

Description Dan McPherson 2012-05-25 19:02:57 UTC
Created attachment 586926 [details]
mcollective.log

Description of problem:
Attached is the log from a failed libra check.  You can see that create failed for 6aa261ac328c4c4eafa3f0bc4a0403c0.  Then deconfigure didn't find anything to delete and gave up.  I think we need to make deconfigure still attempt to clean up the httpd proxy even if the app dir isn't there.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Johnny Liu 2012-05-31 08:39:05 UTC
Reproduce steps on devenv_1809:
1. Create app
2. Go to /var/lib/stickshift, remove the app dir.
3. Destroy app.

deconfigure script exits at setup_deconfigure function. 
so it does not remove http proxy config file (/var/lib/stickshift/.httpd.d/).


The fix patch does not integerated into devenv_1809, so keep this bug in "ON_QA" status, once latest ami come out, will verify this bug soon.

Comment 2 Dan McPherson 2012-05-31 14:17:01 UTC
The fix was in 1809.  Did you see an issue still?

Comment 3 Dan McPherson 2012-05-31 20:20:15 UTC
FYI: I think we have confirmed at this point there was an issue with 1809 like you said.

Comment 4 Johnny Liu 2012-06-01 05:29:14 UTC
Verified this bug with devenv-stage_198, and PASS.


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