CCI-MOC / k2k-proxy

K2K-Aware Proxy for OpenStack
http://k2k-proxy.readthedocs.io
Apache License 2.0
1 stars 3 forks source link

Listener doesn't know that volumes can be moved between projects #45

Closed gsilvis closed 8 years ago

gsilvis commented 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...

gsilvis commented 8 years ago

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.

knikolla commented 8 years ago

Resolved by #47