Bug 1296400
Summary: | Fix spurious failure in bug-1221481-allow-fops-on-dir-split-brain.t | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Krutika Dhananjay <kdhananj> |
Component: | replicate | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.7 | CC: | bugs |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.7.8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1295702 | Environment: | |
Last Closed: | 2016-04-19 07:41:21 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: | 1295702 | ||
Bug Blocks: |
Description
Krutika Dhananjay
2016-01-07 07:28:32 UTC
REVIEW: http://review.gluster.org/13190 (tests: Fix spurious failure in bug-1221481-allow-fops-on-dir-split-brain.t) posted (#1) for review on release-3.7 by Krutika Dhananjay (kdhananj) REVIEW: http://review.gluster.org/13190 (tests: Fix spurious failure in bug-1221481-allow-fops-on-dir-split-brain.t) posted (#2) for review on release-3.7 by Krutika Dhananjay (kdhananj) REVIEW: http://review.gluster.org/13190 (tests: Fix spurious failure in bug-1221481-allow-fops-on-dir-split-brain.t) posted (#3) for review on release-3.7 by Krutika Dhananjay (kdhananj) REVIEW: http://review.gluster.org/13190 (tests: Fix spurious failure in bug-1221481-allow-fops-on-dir-split-brain.t) posted (#4) for review on release-3.7 by Krutika Dhananjay (kdhananj) COMMIT: http://review.gluster.org/13190 committed in release-3.7 by Raghavendra Talur (rtalur) ------ commit 10153901f0649b2d12c505a0f9fbef7a69acf128 Author: Krutika Dhananjay <kdhananj> Date: Thu Jan 7 13:01:02 2016 +0530 tests: Fix spurious failure in bug-1221481-allow-fops-on-dir-split-brain.t Backport of: http://review.gluster.org/#/c/13172/ Occasionally, when ls is executed, prior to READDIRP, a STAT is wound on the operand directory. And AFR fails STAT with EIO if it is in metadata split-brain which "dir" is in the test case in question. As a result, ls also fails with EIO, causing test 20 to return negative exit status. The fix is in the test script where the parts that cause the dir to go into metadata split-brain have been removed. Now "dir" will only have entry split-brain. Change-Id: Icf3998ad6f8735c283171e22445406a2eaaaa23f BUG: 1296400 Signed-off-by: Krutika Dhananjay <kdhananj> Reviewed-on: http://review.gluster.org/13190 Smoke: Gluster Build System <jenkins.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu> Tested-by: Pranith Kumar Karampuri <pkarampu> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: 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.8, please open a new bug report. glusterfs-3.7.8 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] https://www.gluster.org/pipermail/gluster-users/2016-February/025292.html [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |