Closed gsilvis closed 8 years ago
http://developer.openstack.org/api-ref-blockstorage-v2.html#os-vol-transfer-v2
When this API call is used, the volume will no longer be where the proxy has recorded it.
Hopefully there's some sort of notification when this action happens...
A notification is indeed generated:
https://github.com/openstack/cinder/blob/1a495922edf2ac3b18bfddce0b88dc52fec24e43/cinder/transfer/api.py#L222
I'm not certain how much information it contains... some testing will be needed.
Resolved by #47
http://developer.openstack.org/api-ref-blockstorage-v2.html#os-vol-transfer-v2
When this API call is used, the volume will no longer be where the proxy has recorded it.
Hopefully there's some sort of notification when this action happens...