Re: [openstack-dev] [Cinder] Get volumes REST API with filters and limit

2014-03-04 Thread Duncan Thomas
Definitely file a bug... a script to reproduce would be fantastic. Needs to be fixed... I don't think you need a blueprint if the fix is simple, but if you're making deep changes then a blueprint always helps.# Thanks for pointing this out On 28 February 2014 20:52, Steven Kaufer

Re: [openstack-dev] [Cinder] Get volumes REST API with filters and limit

2014-03-04 Thread Steven Kaufer
Duncan Thomas duncan.tho...@gmail.com wrote on 03/04/2014 07:53:49 AM: From: Duncan Thomas duncan.tho...@gmail.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org, Date: 03/04/2014 08:06 AM Subject: Re: [openstack-dev] [Cinder] Get volumes

[openstack-dev] [Cinder] Get volumes REST API with filters and limit

2014-02-28 Thread Steven Kaufer
I am investigating some pagination enhancements in nova and cinder (see nova blueprint https://blueprints.launchpad.net/nova/+spec/nova-pagination). In cinder, it appears that all filtering is done after the volumes are retrieved from the database (see the API.get_all function in