since v2 api supports pagination: https://github.com/openstack/cinder/blob/master/cinder/api/v2/volumes.py#L228, we should add this support in cinderclient too. As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1112560#c9: Cinder's v2 API supports pagination. Cinderclient doesn't yet support it That feature would be required to fix https://bugzilla.redhat.com/show_bug.cgi?id=1112560