Bug 1066997
Summary: | geo-rep package should be dependent on libxml2-devel package | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Vijaykumar Koppad <vkoppad> |
Component: | geo-replication | Assignee: | David J. Mac Donald <david.macdonald> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | David J. Mac Donald <david.macdonald> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bugs, david.macdonald, gluster-bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.6.0beta1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-11-11 08:28:09 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
Vijaykumar Koppad
2014-02-19 13:27:51 UTC
REVIEW: http://review.gluster.org/7131 (spec: add libxml2-devel as dependency for Geo-replication) posted (#1) for review on master by Vijaykumar Koppad (vkoppad) REVIEW: http://review.gluster.org/7131 (spec: add libxml2-devel as dependency in configure.ac) posted (#2) for review on master by Vijaykumar Koppad (vkoppad) REVIEW: http://review.gluster.org/7131 (build: fail configure if the libxml2 devel package is missing) posted (#3) for review on master by Vijaykumar Koppad (vkoppad) REVIEW: http://review.gluster.org/7131 (build: fail configure if the libxml2 devel package is missing.) posted (#4) for review on master by Vijaykumar Koppad (vkoppad) REVIEW: http://review.gluster.org/7131 (build: fail configure if the libxml2 devel package is missing.) posted (#5) for review on master by Vijaykumar Koppad (vkoppad) COMMIT: http://review.gluster.org/7131 committed in master by Vijay Bellur (vbellur) ------ commit 64079f83528edb4cc4ae1a85a8633fd578b6e393 Author: Vijaykumar Koppad <vkoppad> Date: Wed Feb 19 18:51:26 2014 +0530 build: fail configure if the libxml2 devel package is missing. Problem: Geo-replication uses volume info xml output. While installing glusterfs through build+install from source, and if the libxml2-devel package is not present in the system, build will succeed with just warning and XML output : no. If user fails to observe this and doesn't know that geo-rep is dependent on xml output, user won't be able use geo-rep. Solution: If libxml2-devel is unavailable, and if geo-rep is enabled error out in configure, otherwise just warn with XML_OUTPUT = no. If the xml-output is disabled while configuring, error out if geo-rep is enabled, otherwise just warn. Change-Id: Icde5d0c1e5f3b869e7db6ed6a046bdc49b450fcb BUG: 1066997 Signed-off-by: Vijaykumar Koppad <vkoppad> Reviewed-on: http://review.gluster.org/7131 Reviewed-by: Niels de Vos <ndevos> Tested-by: Gluster Build System <jenkins.com> A beta release for GlusterFS 3.6.0 has been released. Please verify if the release solves this bug report for you. In case the glusterfs-3.6.0beta1 release does not have a resolution for this issue, leave a comment in this bug and move the status to ASSIGNED. If this release fixes the problem for you, leave a note and change the status to VERIFIED. Packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update (possibly an "updates-testing" repository) infrastructure for your distribution. [1] http://supercolony.gluster.org/pipermail/gluster-users/2014-September/018836.html [2] http://supercolony.gluster.org/pipermail/gluster-users/ 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.6.1, please reopen this bug report. glusterfs-3.6.1 has been announced [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://supercolony.gluster.org/pipermail/gluster-users/2014-November/019410.html [2] http://supercolony.gluster.org/mailman/listinfo/gluster-users |