Bug 1465214
Summary: | build failed with GF_DISABLE_MEMPOOL | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Ji-Hyeon Gim <potatogim> |
Component: | coreutils | Assignee: | Ji-Hyeon Gim <potatogim> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bugs, jeff, ndevos |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.12.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-09-05 17:35:13 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
Ji-Hyeon Gim
2017-06-27 01:30:49 UTC
REVIEW: https://review.gluster.org/17633 (libglusterfs: build failed with GF_DISABLE_MEMPOOL) posted (#1) for review on master by Ji-Hyeon Gim COMMIT: https://review.gluster.org/17633 committed in master by Niels de Vos (ndevos) ------ commit 68cb9356d19cba5da7f8a719baca47d34e1740b7 Author: Ji-Hyeon Gim <potatogim> Date: Tue Jun 6 11:18:57 2017 +0900 libglusterfs: build failed with GF_DISABLE_MEMPOOL When we build GlusterFS with GF_DISBLE_MEMPOOL, it is failed due to macro condition in mem-pool.c:mem_get(). Change-Id: I03fe804f93d761ea3bfdc3b20f0253a03350a68f BUG: 1465214 Signed-off-by: Ji-Hyeon Gim <potatogim> Reviewed-on: https://review.gluster.org/17633 Smoke: Gluster Build System <jenkins.org> Reviewed-by: Vijay Bellur <vbellur> Reviewed-by: jiffin tony Thottan <jthottan> Tested-by: Ji-Hyeon Gim CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Niels de Vos <ndevos> REVIEW: https://review.gluster.org/17636 (libglusterfs: fix disable-mempool) posted (#1) for review on master by Jeff Darcy (jeff.us) Previous change didn't even fix the compile error (real_sizeof_type comes up undefined). The regression tests didn't catch this because they don't use the --disable-mempool option. COMMIT: https://review.gluster.org/17636 committed in master by Jeff Darcy (jeff.us) ------ commit e9c5b61861299add8bf4b61382611cda68ebb68c Author: Jeff Darcy <jdarcy> Date: Tue Jun 27 07:21:28 2017 -0700 libglusterfs: fix disable-mempool Change-Id: I55f707ae1e7c3ad7fc0545f7aa657584cead58f9 BUG: 1465214 Signed-off-by: Jeff Darcy <jdarcy> Reviewed-on: https://review.gluster.org/17636 Smoke: Gluster Build System <jenkins.org> Tested-by: Jeff Darcy <jeff.us> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Ji-Hyeon Gim Reviewed-by: Amar Tumballi <amarts> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.12.0, please open a new bug report. glusterfs-3.12.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/announce/2017-September/000082.html [2] https://www.gluster.org/pipermail/gluster-users/ |