Bug 1204604
| Summary: | [Data-tiering] : Tiering error during configure even if tiering is disabled. | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Sachin Pandit <spandit> |
| Component: | tiering | Assignee: | bugs <bugs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | mainline | CC: | bugs, gluster-bugs, josferna, mmadhusu, nbalacha, nsathyan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-05-14 17:26:57 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: | |||
| Bug Blocks: | 1260923 | ||
REVIEW: http://review.gluster.org/9973 (Fixing build of xlator/cluster/dht/src/dht-rebalance.c when tiering is disabled) posted (#2) for review on master by Joseph Fernandes (josferna) REVIEW: http://review.gluster.org/9973 (Fixing build of xlator/cluster/dht/src/dht-rebalance.c when tiering is disabled) posted (#3) for review on master by Joseph Fernandes (josferna) *** Bug 1204008 has been marked as a duplicate of this bug. *** REVIEW: http://review.gluster.org/9973 (Fixing build of xlator/cluster/dht/src/dht-rebalance.c when tiering is disabled) posted (#4) for review on master by Joseph Fernandes (josferna) COMMIT: http://review.gluster.org/9973 committed in master by Niels de Vos (ndevos) ------ commit 00863dde3984030674d946de9fe94d5c07334c5e Author: Joseph Fernandes <josferna> Date: Mon Mar 23 19:49:19 2015 +0530 Fixing build of xlator/cluster/dht/src/dht-rebalance.c when tiering is disabled 1) Removed unnecessary include tier.h in dht-rebalance.c 2) tier xlator will only compile when tiering is enabled in configure.ac Change-Id: Ia21aa9ff403506dc898a83236e9e2d382a0594da BUG: 1204604 Signed-off-by: Joseph Fernandes <josferna> Reviewed-on: http://review.gluster.org/9973 Reviewed-by: Niels de Vos <ndevos> Reviewed-by: Sachin Pandit <spandit> Tested-by: Gluster Build System <jenkins.com> 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.7.0, please open a new bug report. glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user 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.7.0, please open a new bug report. glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user 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.7.0, please open a new bug report. glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |
Description of problem: DUring configure if we give disable-tiering then it should disable all the tiering related header file references in DHT. Sample error: CC dht-rebalance.lo In file included from ../../../../libglusterfs/src/gfdb/gfdb_data_store.h:27, from tier.h:37, from dht-rebalance.c:22: ../../../../libglusterfs/src/gfdb/gfdb_sqlite3.h:20:21: error: sqlite3.h: No such file or directory In file included from ../../../../libglusterfs/src/gfdb/gfdb_data_store.h:27, from tier.h:37, from dht-rebalance.c:22: ../../../../libglusterfs/src/gfdb/gfdb_sqlite3.h:125: error: expected specifier-qualifier-list before ‘sqlite3’ make[5]: *** [dht-rebalance.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... Version-Release number of selected component (if applicable): How reproducible: 1/1 Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: