Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/cinder-used-resources-in-absolute-limits. Description: Actually, the absolute-limits command only returns the maximum usable limits for a tenant. Nova has the same call but returns the currently used resources of a tenant. The goal is to do the same thing in Cinder so an api user can get the same kind of information from a similar call. Specification URL (additional information): None
*** Bug 1041492 has been marked as a duplicate of this bug. ***
Moving to POST based on upstream status (Implemented).
I am changing the status to ON_QA, because its already tested.
verfied: # cinder absolute-limits +-------------------------+-------+ | Name | Value | +-------------------------+-------+ | maxTotalSnapshots | 10 | | maxTotalVolumeGigabytes | 1000 | | maxTotalVolumes | 10 | | totalGigabytesUsed | 173 | | totalSnapshotsUsed | 2 | | totalVolumesUsed | 6 | +-------------------------+-------+ version: python-cinder-2014.1-3.1.el7ost.noarch openstack-cinder-2014.1-3.1.el7ost.noarch python-cinderclient-1.0.8-1.el7ost.noarch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0852.html