[Openstack] Heat-engine crashing on stack-delete
Steven Hardy
shardy at redhat.com
Mon Jun 2 20:30:38 UTC 2014
On Mon, Jun 02, 2014 at 01:14:49PM -0400, Erik McCormick wrote:
> I've recently begun playing with heat and have managed to get things
> working fine for creating stacks. However I am unable to delete the
> stack.A
> After any delete command, I am left with something like the following:
> # heat stack-list
> +--------------------------------------+------------+--------------------+----------------------+
> | id A A A A A A A A A A A A A A A A A | stack_name |
> stack_status A A A | creation_time A A A A |
> +--------------------------------------+------------+--------------------+----------------------+
> | eaaece91-177c-46b7-a2a3-b9f7101dc68d | teststack A | CREATE_COMPLETE A
> A | 2014-05-28T19:02:53Z |
> | b6f3be3f-e275-40a2-9e95-59a5cd8586f3 | teststack1 | DELETE_IN_PROGRESS |
> 2014-05-31T01:15:59Z |
> +--------------------------------------+------------+--------------------+----------------------+
> The only way I've been able to clean up the hung delete after that is to
> go in and forcibly remove it from the database (obviously very bad).A
> The only errors I see are repeated reloading of the heat-engine process
> which I'm sure is not good:
> 2014-05-31 14:31:38.850 5713 INFO heat.openstack.common.service [-] Caught
> SIGTERM, exiting
Are you sure you're not running out of memory and getting things killed by
the OOM killer?
If it's an actual heat error, I would expect to see an error backtrace in
the log, not just that SIGTERM line.
Steve
More information about the Openstack
mailing list