live migrate vm and then delete vm Immediately

Bug #1249974 reported by wanghong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned

Bug Description

Code version:
The lastest of master

API version:
V2

Compute driver:
libvirt.LibvirtDriver

Libvert type:
KVM

Steps:
1.Create a vm
2.Live migrate the vm to the other host
3.After about one second, delete the vm

Except:
1.Delete the vm ok
2.The instance disk data at the source and destination host is removed.

Bugs:
The "/opt/stack/data/nova/instances/0956b725-24e4-4d8b-b261-fe4c22cd8662/" folder at the destination host is not removed though the vm deleted OK

Revision history for this message
wanghong (w-wanghong) wrote :

Sorry, "Except" should be "Expect".

Revision history for this message
lirenke (lvhancy) wrote :

It is the problem that try to delete the instance when in the process of live-migration.

Delete operation result in excuting concurrently with roll-back function in live migration, and roll back funtion will fail, so all the data in the destination host can't be delete, disk image would exist.

Revision history for this message
Matt Riedemann (mriedem) wrote :

Looks like there was a similar bug already reported.

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.