Activity log for bug #1508249

Date Who What changed Old value New value Message
2015-10-20 23:37:29 John Griffith bug added bug
2015-10-20 23:37:41 John Griffith cinder: assignee John Griffith (john-griffith)
2015-10-20 23:39:12 John Griffith cinder: assignee John Griffith (john-griffith)
2015-10-20 23:40:29 John Griffith description 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. 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. This is mostly due to blocking vs non-blocking calls but we should take a look at cleaning some of these up. We should be able to always check the reservations in volume.api and then roll-back adjust in the case of failure in the volume.manager if need be.
2015-11-03 18:53:29 Nate Potter cinder: assignee Nate Potter (ntpttr)
2015-11-10 15:50:39 OpenStack Infra cinder: status New In Progress
2015-12-22 01:51:15 OpenStack Infra cinder: status In Progress Fix Released