Bug 1228324
Summary: | When deleting the stack, a bare metal node goes to ERROR state and is not deleted | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Udi Kalifon <ukalifon> | ||||
Component: | openstack-heat | Assignee: | Zane Bitter <zbitter> | ||||
Status: | CLOSED EOL | QA Contact: | Amit Ugol <augol> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | trunk | CC: | jpeeler, mburns, srevivo, ukalifon, zbitter | ||||
Target Milestone: | --- | ||||||
Target Release: | Kilo | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-05-19 15:35:10 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: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Udi Kalifon
2015-06-04 15:28:48 UTC
Can you attach some logs from heat-engine? Created attachment 1041364 [details]
heat logs
I just recreated the problem. After heat stack-delete you can see some nodes in error:
$ nova list
+--------------------------------------+-------------------------+--------+------------+-------------+----------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-------------------------+--------+------------+-------------+----------+
| d8142069-54e6-48ce-a6af-ccb4b58e9a1f | overcloud-cephstorage-0 | ERROR | - | Running | |
| aa04f32d-cb59-4c1f-bb19-842363e7c4d9 | overcloud-compute-0 | ERROR | - | Running | |
+--------------------------------------+-------------------------+--------+------------+-------------+----------+
Please look towards the end of the logs (attached) to see if there are hint to the problem. Thanks.
The log shows a couple of the deeply nested stacks failing. It's not clear why this wouldn't cause the parent stack to also fail, but it seems like a Heat bug if it's not. 2015-06-21 10:48:01.002 32209 INFO heat.engine.stack [-] Stack DELETE FAILED (overcloud-Ceph-Storage-s6fmly7ijwmc-0-7uinrcozacgx): Resource DELETE failed: Error: Server overcloud-cephstorage-0 delete failed: (None) Unknown ... 2015-06-21 10:48:04.108 32210 INFO heat.engine.stack [-] Stack DELETE FAILED (overcloud-Compute-etcgblcvn5gr-0-dubmckcnux5l): Resource DELETE failed: Error: Server overcloud-compute-0 delete failed: (500) Error destroying the instance on node 1479665f-d94d-4297-8378-fb9f16032353. Provision state still 'deleting'. I've looked more closely at the attached log, and also at the code, but I can't find any clue as to why the failure of the nested stacks is not bubbling up to their parent stacks. Bug 1244485 looks like it could easily be related. This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen. |