# Pastebin 767g7MEX @geguileo, hi Gorka I'm working on this bug https://bugs.launchpad.net/cinder/+bug/1797181. I saw that nova checks the volume status for 'retyping' or 'migrating' [1], so I traced it back to cinder and I realized that the status is changed when retyping [2] but not when migrating [3]. Since you have committed these changes in cinder I was wondering whether you have some information about it I must consider or I can add the status change. [1] https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L5773 [2] https://github.com/openstack/cinder/blob/master/cinder/volume/api.py#L1681 [3] https://github.com/openstack/cinder/blob/master/cinder/volume/api.py#L1502