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

2014-03-04 Thread Steven Kaufer
Duncan Thomas wrote on 03/04/2014 07:53:49 AM: > From: Duncan Thomas > To: "OpenStack Development Mailing List (not for usage questions)" > , > Date: 03/04/2014 08:06 AM > Subject: Re: [openstack-dev] [Cinder] Get volumes REST API with > filters and limit > >

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 wrote: > I am i

[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 https://github.