| Summary: | Power state "suspended" of the terminated EC2 instance | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Pavol Kotvan <pakotvan> | |
| Component: | Providers | Assignee: | Marcel Hild <mhild> | |
| Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.5.0 | CC: | dajohnso, jfrey, jhardy, obarenbo | |
| Target Milestone: | GA | Keywords: | ZStream | |
| Target Release: | 5.6.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ec2 | |||
| Fixed In Version: | 5.6.0.4 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1327726 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-29 15:47:46 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1327726 | |||
|
Comment 2
Greg Blomquist
2016-04-07 14:09:20 UTC
When terminating an instance, we are setting the state to pending, which means suspended here: https://github.com/ManageIQ/manageiq/blob/master/gems/manageiq-providers-amazon/app/models/manageiq/providers/amazon/cloud_manager/vm/operations.rb#L8 I would change that to "shutting-down", which is what it actually does. Would this solve this? Greg and Pavol, I'm not sure about the terminology about "archived" here. But from my understanding it makes sense to move terminated instances straight to the archived state. fixed upstream https://github.com/ManageIQ/manageiq/pull/7926 should we backport this to 5.5.z? Marcel, we should backport, yes please. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1348 |