Bug 1476957
Summary: | peer-parsing.t fails on NetBSD | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Csaba Henk <csaba> |
Component: | tests | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | NetBSD | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.13.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-12-08 17:36:32 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
Csaba Henk
2017-07-31 23:35:21 UTC
REVIEW: https://review.gluster.org/17937 (tests: fix hardcoded path in basic/peer-parsing.t) posted (#1) for review on master by Csaba Henk (csaba) REVIEW: https://review.gluster.org/17937 (tests: don't use hard coded values for glusterd workdir) posted (#2) for review on master by Csaba Henk (csaba) REVIEW: https://review.gluster.org/17937 (tests: don't use hard coded value for glusterd workdir) posted (#3) for review on master by Csaba Henk (csaba) COMMIT: https://review.gluster.org/17937 committed in master by Jeff Darcy (jeff.us) ------ commit c7e5741f938e24b85976bf78ea7d84984a4e1e61 Author: Csaba Henk <csaba> Date: Tue Aug 1 01:38:00 2017 +0200 tests: don't use hard coded value for glusterd workdir A number of test referred to /var/lib/glusterd, they were adjusted to use "$GLUSTERD_WORKDIR". (This has significance for proper test runs on non-Linux platforms -- see the following #define in glusterfs.h: #ifdef GF_LINUX_HOST_OS #define GLUSTERD_DEFAULT_WORKDIR DATADIR "/lib/glusterd" #else #define GLUSTERD_DEFAULT_WORKDIR DATADIR "/db/glusterd" #endif Ie. the glusterd workdir will typically be /var/db/glusterd instead of /var/lib/glusterd on non-Linux platforms.) BUG: 1476957 Change-Id: I69ce3e1bb7a0c14ea85b60adbf8205f9aca46cd5 Signed-off-by: Csaba Henk <csaba> Reviewed-on: https://review.gluster.org/17937 Smoke: Gluster Build System <jenkins.org> Reviewed-by: Amar Tumballi <amarts> Tested-by: Amar Tumballi <amarts> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Jeff Darcy <jeff.us> 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.13.0, please open a new bug report. glusterfs-3.13.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-December/000087.html [2] https://www.gluster.org/pipermail/gluster-users/ |