Bug 1278576 - cinder-api is consuming around 10GB RAM when running a "snapshot-list" command on the large set of data
Summary: cinder-api is consuming around 10GB RAM when running a "snapshot-list" comman...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-cinder
Version: 5.0 (RHEL 7)
Hardware: All
OS: Linux
urgent
high
Target Milestone: async
: 5.0 (RHEL 7)
Assignee: Jon Bernard
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks: 1283316
TreeView+ depends on / blocked
 
Reported: 2015-11-05 20:21 UTC by Sergey Gotliv
Modified: 2023-02-22 23:02 UTC (History)
9 users (show)

Fixed In Version: openstack-cinder-2014.1.5-3.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1279543 1279547 1279561 1279562 1283316 (view as bug list)
Environment:
Last Closed: 2015-12-22 14:25:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2689 0 normal SHIPPED_LIVE openstack-cinder bug fix advisory 2015-12-22 19:23:32 UTC

Description Sergey Gotliv 2015-11-05 20:21:50 UTC
Description of problem:

Cinder is performing an inefficient query: when looking
for information about snapshots associated with a particular volume,
it loads all the rows from the database and then filters them in
memory.  


Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. Create a lot of snapshots
2. Run cinder snapshot-list command, use volume_id to return only snapshots related to that specific volume

Actual results:

1. cinder-api is consuming a lot of memory after performing cinder snapshot-list
2. query returns a lot of unrelated records from the database (snapshots of a different volumes)


Expected results:

memory usage should be normal, 
query should return only relevant records


Additional info:

Comment 2 Flavio Percoco 2015-11-06 13:10:19 UTC
Added a reference to the patch. This is the link to the scratch build:

https://brewweb.devel.redhat.com/taskinfo?taskID=10073456

Comment 7 errata-xmlrpc 2015-12-22 14:25: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.

https://rhn.redhat.com/errata/RHBA-2015-2689.html


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