<div dir="ltr">When deleting a cluster named 'server_cluster', I shutdown mysql service. And then the status of cluster will be 'DELETING' forever, like follow: <div><br><div><div>$ openstack cluster list</div><div>+----------+----------------+-<wbr>---------+--------------------<wbr>--+----------------------+</div><div>| id       | name           | status   | created_at           | updated_at           |</div><div>+----------+----------------+-<wbr>---------+--------------------<wbr>--+----------------------+</div><div>| 672d043f | server_cluster | DELETING | 2017-09-12T10:52:16Z | 2017-09-12T11:16:15Z |</div><div>+----------+----------------+-<wbr>---------+--------------------<wbr>--+----------------------+</div></div><div><br></div><div>I can't  delete it again, because:</div><div><br></div><div><div>$ openstack cluster delete server_cluster</div><div>Are you sure you want to delete this cluster(s) [y/N]?y</div><div> server_cluster: failed due to 'HttpException: The cluster 'server_cluster' is in status DELETING. (HTTP 409) (Request-ID: req-42eeda10-9055-40c2-b690-<wbr>5627ac555922), The cluster 'server_cluster' is in status DELETING.'</div></div></div><div><br></div><div>And the action is in WAITING status:</div><div><br></div><div><div>$ openstack cluster action show d36fc6b5-ac5e-460e-85dc-<wbr>afdb680f3242</div><div>+---------------+-------------<wbr>-------------------------+</div><div>| Field         | Value                                |</div><div>+---------------+-------------<wbr>-------------------------+</div><div>| action        | CLUSTER_DELETE                       |</div><div>| cause         | RPC Request                          |</div><div>| created_at    | 2017-09-12T11:16:15Z                 |</div><div>| depended_by   |                                      |</div><div>| depends_on    | d0f6e1c0-491f-4318-9cc2-<wbr>41ae2028b99f |</div><div>| domain_id     | None                                 |</div><div>| end_at        | None                                 |</div><div>| id            | d36fc6b5-ac5e-460e-85dc-<wbr>afdb680f3242 |</div><div>| inputs        | {}                                   |</div><div>| interval      | -1                                   |</div><div>| location      | None                                 |</div><div>| name          | cluster_delete_672d043f              |</div><div>| outputs       | {}                                   |</div><div>| owner_id      | 9dd42d67-f0c6-4199-8c4f-<wbr>15f3cd88683b |</div><div>| project_id    | 3adeed30eb694bdd98257b294120e5<wbr>95     |</div><div>| start_at      | 1505214976.0                         |</div><div>| status        | WAITING                              |</div><div>| status_reason | Waiting for depended actions.        |</div><div>| target_id     | 672d043f-ef7b-4a7a-a41a-<wbr>176a9929296e |</div><div>| timeout       | 3600                                 |</div><div>| updated_at    | None                                 |</div><div>| user_id       | 4b805d08ec1644ef8f69078ddd5994<wbr>1c     |</div><div>+---------------+-------------<wbr>-------------------------+</div></div><div><br></div><div>What can I do about this cluster, and how to delete it again.</div><div><br></div><div>Obviously, I can modify the code (<a href="https://github.com/openstack/senlin/blob/master/senlin/engine/service.py#L878-L881">https://github.com/openstack/senlin/blob/master/senlin/engine/service.py#L878-L881</a>) to support to delete the cluster again, but I don't think it's the best way.</div><div><br></div><div>The same problems exist  when do other actions.</div><div><br></div><div>Any suggestion?</div></div>