Comment 2 for bug 1342192

Revision history for this message
Duncan Thomas (duncan-thomas) wrote : Re: Add functionality to python-cinderclient to list > 1000 volumes

I'm not sure the fix referenced is really a fix.... exposing the REST API is rather different to making the client friendly to use. Currently, if you have 500 volumes and type 'cinder list' then they all show up. If you have 1500 then only 2/3 of them show up and there is no indication that you should go use some weird syntax to see the rest. We should just fix 'cinder list' to show them all (same with snapshots, backups and any other list operation)