Comment 1 for bug 1614371

Revision history for this message
Lisa Li (lisali) wrote :

The problem is that in Nova, it detaches the old volume, and attaches the new volume.

https://github.com/openstack/nova/blob/master/nova/compute/api.py#L3296-L3299

But later in cinder, it changes the new volume id with old volume id.