Bug 1553740
Summary: | Delay in stats reporting in cinder | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Gorka Eguileor <geguileo> |
Component: | openstack-cinder | Assignee: | Gorka Eguileor <geguileo> |
Status: | CLOSED ERRATA | QA Contact: | Avi Avraham <aavraham> |
Severity: | medium | Docs Contact: | Kim Nylander <knylande> |
Priority: | high | ||
Version: | 12.0 (Pike) | CC: | aavraham, akaris, akarlsso, asoni, eharney, geguileo, jamsmith, jmelvin, knylande, mschuppe, pgrist, slinaber, srevivo, ssigwald, tshefi |
Target Milestone: | z3 | Keywords: | Triaged, ZStream |
Target Release: | 12.0 (Pike) | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-cinder-11.1.0-4.el7ost | Doc Type: | Bug Fix |
Doc Text: |
When reporting statistics from the storage back end, race conditions on the volume service caused schedulers to use out of date statistics, which allowed the schedulers to create more volumes than they should.
The race conditions were fixed. Schedulers now use more up to date statistics. This brings the maximum number of volumes closer to the configured limits.
|
Story Points: | --- |
Clone Of: | 1553739 | Environment: | |
Last Closed: | 2018-08-20 12:46:46 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1553731, 1553737, 1553738, 1553739 | ||
Bug Blocks: |
Description
Gorka Eguileor
2018-03-09 12:40:49 UTC
Verified on: openstack-cinder-11.1.0-14.el7ost.noarch Creating a 5gb volume scheduler.log shows correct value: allocated_capacity_gb': 5 Shortly after a few seconds cinder get-pools --detail updates as well -> | allocated_capacity_gb | 5 Same happens on delete of said volume, both return to 0. Now testing volume creation (lvcreate 725mb..) behind/without Cinder client. stats also changed: provisioned_capacity_gb | 0.71 total_volumes | 2 Looks ok to verify. 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://access.redhat.com/errata/RHBA-2018:2516 |