Remove Cluster template failed

Bug #1732838 reported by chenhb
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Magnum
New
Undecided
Unassigned

Bug Description

It was failed while removing the cluster template in Rally gates.
This link is logs directory
http://logs.openstack.org/92/509192/16/check/legacy-rally-dsvm-magnum-rally/319b4eb/logs/

screen-magnum-api log

Nov 16 23:18:31.535718 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: Traceback (most recent call last):
Nov 16 23:18:31.535863 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: File "/opt/stack/new/magnum/magnum/conductor/handlers/indirection_api.py", line 33, in _object_dispatch
Nov 16 23:18:31.536004 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: return getattr(target, method)(context, *args, **kwargs)
Nov 16 23:18:31.536153 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: File "/usr/local/lib/python2.7/dist-packages/oslo_versionedobjects/base.py", line 226, in wrapper
Nov 16 23:18:31.536292 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: return fn(self, *args, **kwargs)
Nov 16 23:18:31.536428 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: File "/opt/stack/new/magnum/magnum/objects/cluster_template.py", line 201, in destroy
Nov 16 23:18:31.536565 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: self.dbapi.destroy_cluster_template(self.uuid)
Nov 16 23:18:31.536702 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: File "/opt/stack/new/magnum/magnum/db/sqlalchemy/api.py", line 384, in destroy_cluster_template
Nov 16 23:18:31.536839 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: clustertemplate=cluster_template_id)
Nov 16 23:18:31.536991 ubuntu-xenial-rax-dfw-0000929544 magnum-api[4599]: ClusterTemplateReferenced: ClusterTemplate b9f06a5a-00e4-4a4e-8f9d-2b36ed833bc1 is referenced by one or multiple clusters.

screen-magnum-cond log

Nov 16 23:09:14.965101 ubuntu-xenial-rax-dfw-0000929544 magnum-conductor[5131]: "dns_nameserver": "8.8.8.8", "server_image": "Fedora-Atomic-26-20170723.0.x86_64"}, "deletion_time": null, "stack_name": "s-rally-6097d25f-7Dj5zts1-wxz2a65ur3o6", "stack_user_project_id": "3376be7ad9a74232bc1fc4acb7b8ce50", "tags": null, "creation_time": "2017-11-16T22:45:02Z", "links": [{"href": "http://104.239.145.150/heat-api/v1/c6b9c679e8d941a093510b3fe208dc77/stacks/s-rally-6097d25f-7Dj5zts1-wxz2a65ur3o6/2ad282b5-d5e6-4d7e-90c2-c8652c2c3a66", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_FAILED", "stack_owner": null, "updated_time": "2017-11-16T23:08:29Z", "id": "2ad282b5-d5e6-4d7e-90c2-c8652c2c3a66", "stack_status_reason": "Resource DELETE failed: ResourceInError: resources.swarm_masters.resources[0].resources.docker_volume: Went to status error_deleting due to \"delete\"", "template_description": "This template will boot a Docker swarm cluster. A swarm cluster is made up of several master nodes, and N agent nodes. Every node in the cluster, including the master, is running a Docker daemon and a swarm agent advertising it to the cluster. The master is running an addition swarm master container listening on port 2376. By default, the cluster is made up of one master node and one agent node.\n"}}

screen-h-eng log

Nov 16 23:09:06.080905 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource Traceback (most recent call last):
Nov 16 23:09:06.081082 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource File "/opt/stack/new/heat/heat/engine/resource.py", line 873, in _action_recorder
Nov 16 23:09:06.081254 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource yield
Nov 16 23:09:06.081425 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource File "/opt/stack/new/heat/heat/engine/resource.py", line 1970, in delete
Nov 16 23:09:06.081593 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource *action_args)
Nov 16 23:09:06.081758 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource File "/opt/stack/new/heat/heat/engine/scheduler.py", line 346, in wrapper
Nov 16 23:09:06.081924 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource step = next(subtask)
Nov 16 23:09:06.082126 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource File "/opt/stack/new/heat/heat/engine/resource.py", line 932, in action_handler_task
Nov 16 23:09:06.082301 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource done = check(handler_data)
Nov 16 23:09:06.082464 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource File "/opt/stack/new/heat/heat/engine/resources/stack_resource.py", line 553, in check_delete_complete
Nov 16 23:09:06.082627 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource return self._check_status_complete(self.DELETE)
Nov 16 23:09:06.082811 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource File "/opt/stack/new/heat/heat/engine/resources/stack_resource.py", line 420, in _check_status_complete
Nov 16 23:09:06.082976 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource action=action)
Nov 16 23:09:06.083139 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource ResourceFailure: ResourceInError: resources[0].resources.docker_volume: Went to status error_deleting due to "delete"
Nov 16 23:09:06.083311 ubuntu-xenial-rax-dfw-0000929544 heat-engine[2423]: ERROR heat.engine.resource

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.