Bug 719962 - Unable to delete a deployment with instances that have STATE_ERROR
Summary: Unable to delete a deployment with instances that have STATE_ERROR
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-conductor
Version: 0.3.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Angus Thomas
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-08 14:30 UTC by Michael Solberg
Modified: 2011-12-08 14:06 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-07-08 18:28:48 UTC
Embargoed:


Attachments (Terms of Use)

Description Michael Solberg 2011-07-08 14:30:39 UTC
Description of problem:

I've ended up with a couple of instances in STATE_ERROR that I couldn't delete from the web UI.  The current test for whether or not an instance (and thus the deployment) is destroyable is this:

(state == STATE_CREATE_FAILED) or (state == STATE_STOPPED and not restartable?)

Is there any reason that we shouldn't include instances in the STATE_ERROR state?

Version-Release number of selected component (if applicable):
aeolus-conductor-0.3.0-0.el6.20110707201945gitc26c54e.noarch

How reproducible:
100%

Steps to Reproduce:
1. Try to delete a deployment which has instances in the STATE_ERROR state.
  
Actual results:
Error.

Expected results:
Deployment is deleted.

Comment 1 wes hayutin 2011-07-08 18:28:48 UTC

*** This bug has been marked as a duplicate of bug 698269 ***

Comment 2 wes hayutin 2011-12-08 14:06:27 UTC
perm close


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