Bug 1210415
| Summary: | ceph-dencoder links against libtcmalloc | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Ken Dreyer (Red Hat) <kdreyer> |
| Component: | Build | Assignee: | Boris Ranto <branto> |
| Status: | CLOSED ERRATA | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3.0 | CC: | branto, dmick, flucifre, hnallurv |
| Target Milestone: | rc | ||
| Target Release: | 1.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-0.94.1-2.el7cp | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1186953 | Environment: | |
| Last Closed: | 2015-06-24 15:51:58 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: | |||
|
Description
Ken Dreyer (Red Hat)
2015-04-09 16:24:12 UTC
Upstream wip patch at https://github.com/ceph/ceph/pull/4346 Ken, I think QE would need help from you in verifying it. Will this be fixed in 1.3.0? Yes, it will be fixed in 1.3.0 (if you qa_ack it). The patches for this were recently merged upstream. To test the bz, you can simply check what ldd has to say about ceph-dencoder binary. There should be no mention of tcmalloc in the list that the command prints, i.e. # ldd /usr/bin/ceph-dencoder | grep tcmalloc shall print nothing. Thanks Boris! dist-git commits related to build ceph-0.94.1-2.el7cp: http://pkgs.devel.redhat.com/cgit/rpms/ceph/commit/?h=ceph-1.3-rhel-7&id=769bfee4f85eeb0a5b7e1995cc4335c74586c55a Issues is fixed. Marking defect as Verified. Log: --- [root@Admin ~]# ldd /usr/bin/ceph-dencoder | grep tcmalloc [root@Admin ~]# 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-2015:1183 |