Bug 1417881
| Summary: | Metricd: TypeError: unique() got an unexpected keyword argument 'return_counts' | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yurii Prokulevych <yprokule> |
| Component: | openstack-gnocchi | Assignee: | Mehdi ABAAKOUK <mabaakou> |
| Status: | CLOSED ERRATA | QA Contact: | Sasha Smolyak <ssmolyak> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 11.0 (Ocata) | CC: | akrzos, apevec, fbaudin, jdanjou, jschluet, lhh, mabaakou, mburns, pkilambi |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 11.0 (Ocata) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-gnocchi-3.1.2-3.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-17 19:44:08 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: | 1432551 | ||
| Bug Blocks: | |||
|
Description
Yurii Prokulevych
2017-01-31 11:09:34 UTC
Gnocchi requires numpy>=1.9.0, if return_counts is not present this means numpy version is incorrect. Packages from controller: numpy-1.7.1-11.el7.x86_64 numpy-f2py-1.7.1-11.el7.x86_64 When numpy 1.9 you can fall into: ERROR gnocchi.storage._carbonara ValueError: format number 1 of "<?, <d" is not recognized We workaround that upstream in: https://review.openstack.org/#/c/425695/ *** Bug 1416842 has been marked as a duplicate of this bug. *** The fix has been merged upstream and is in Gnocchi 3.1.0, so rebasing the package should fix it. 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/RHEA-2017:1245 |