Bug 1041491 - [RFE][cinder]: Add currently used resources to already existing absolute-limits command
Summary: [RFE][cinder]: Add currently used resources to already existing absolute-limi...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-cinder
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: Upstream M1
: 5.0 (RHEL 7)
Assignee: Eric Harney
QA Contact: Yogev Rabl
URL: https://blueprints.launchpad.net/cind...
Whiteboard: upstream_milestone_icehouse-1 upstrea...
: 1041492 (view as bug list)
Depends On:
Blocks: 1069456
TreeView+ depends on / blocked
 
Reported: 2013-12-12 16:38 UTC by RHOS Integration
Modified: 2016-04-26 17:53 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Previously, the 'cinder absolute-limits' command only displayed the maximum usable limits of a tenant. With this release, the same command now returns a tenant's consumed resources as well, namely: * totalVolumesUsed (as in, the total number of volumes used) * totalGigabytesUsed
Clone Of:
: 1069456 (view as bug list)
Environment:
Last Closed: 2014-07-08 15:30:36 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2014:0852 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Enhancement - Block Storage 2014-07-08 19:22:44 UTC

Description RHOS Integration 2013-12-12 16:38:07 UTC
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

Comment 2 Sean Cohen 2014-01-14 09:55:03 UTC
*** Bug 1041492 has been marked as a duplicate of this bug. ***

Comment 3 Stephen Gordon 2014-01-23 20:48:26 UTC
Moving to POST based on upstream status (Implemented).

Comment 7 Sergey Gotliv 2014-05-28 07:46:43 UTC
I am changing the status to ON_QA, because its already tested.

Comment 8 Yogev Rabl 2014-05-28 12:09:26 UTC
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

Comment 11 errata-xmlrpc 2014-07-08 15:30:36 UTC
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


Note You need to log in before you can comment on or make changes to this bug.