Activity log for bug #1408865

Date Who What changed Old value New value Message
2015-01-09 03:45:52 wanghao bug added bug
2015-01-09 03:46:13 wanghao nova: assignee wanghao (wanghao749)
2015-01-10 22:49:55 Joe Gordon nova: status New Confirmed
2015-01-10 22:49:58 Joe Gordon nova: importance Undecided Low
2015-01-14 01:04:20 OpenStack Infra nova: status Confirmed In Progress
2015-03-02 08:04:55 wanghao description the scenario: 1. create a vm using bootable volume. 2. delete this vm 3. restart service nova-compute when vm's task state is deleting. When nova-compute is up, vm became deleted successful, but the bootable volume is still in-use state and can't delete it using cinder delete volume. The error point is when nova-compute is up, "init_host" will go to delete the vm whose task state is "deleting", but the context using is got from "nova.context.get_admin_context()" function. There is no auth_token. When call "self.volume_api.terminate_connection(context, bdm.volume_id, connector)" in deleting vm process, it will throw "Ignoring EndpointNotFound: The service catalog is empty" error and can't detach the bootable volume. the scenario: 1. create a vm using bootable volume. 2. delete this vm 3. restart service nova-compute when vm's task state is deleting. When nova-compute is up, vm became deleted successful, but the bootable volume is still in-use state and can't delete it using cinder delete volume. The error point is when nova-compute is up, "init_host" will go to delete the vm whose task state is "deleting", but the context using is got from "nova.context.get_admin_context()" function. There is no auth_token. When call "self.volume_api.terminate_connection(context, bdm.volume_id, connector)" in deleting vm process, it will log "Ignoring EndpointNotFound: The service catalog is empty" warning and can't detach the bootable volume. The volume's status is still 'in-use' in cinder side.
2015-09-04 16:26:47 John Garbutt tags volumes
2015-09-04 16:27:02 John Garbutt nova: status In Progress Triaged
2015-09-04 16:27:08 John Garbutt nova: assignee wanghao (wanghao749)
2016-03-08 02:35:43 yuntongjin bug added subscriber yuntongjin
2016-07-05 09:56:15 Markus Zoeller (markus_z) nova: importance Low Undecided
2016-07-05 09:56:15 Markus Zoeller (markus_z) nova: status Triaged Expired