Comment 0 for bug 1508249

Revision history for this message
John Griffith (john-griffith) wrote :

sometimes we check/set quotas in cinder.volume.api before the schedule call; other times we check it on the other side of the call in cinder.volume.manager

We should probably be consistent with these, and we should probably do these on the API side so we can return a reasonable response to the caller before launching the rpc call.