Bug 1149118
Summary: | Spurious failure on disperse tests (bad file size on brick) | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Xavi Hernandez <jahernan> |
Component: | disperse | Assignee: | Xavi Hernandez <jahernan> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.6.0 | CC: | bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.6.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1144108 | Environment: | |
Last Closed: | 2014-11-10 15:14:05 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
Xavi Hernandez
2014-10-03 09:14:51 UTC
REVIEW: http://review.gluster.org/8900 (test/ec: Fix spurious failures caused by self-heal) posted (#1) for review on release-3.6 by Xavier Hernandez (xhernandez) REVIEW: http://review.gluster.org/8902 (test/ec: Fix spurious failures caused by self-heal) posted (#1) for review on release-3.6 by Xavier Hernandez (xhernandez) REVIEW: http://review.gluster.org/8902 (test/ec: Fix spurious failures caused by self-heal) posted (#2) for review on release-3.6 by Xavier Hernandez (xhernandez) REVIEW: http://review.gluster.org/8902 (test/ec: Fix spurious failures caused by self-heal) posted (#3) for review on release-3.6 by Xavier Hernandez (xhernandez) REVIEW: http://review.gluster.org/8902 (test/ec: Fix spurious failures caused by self-heal) posted (#4) for review on release-3.6 by Xavier Hernandez (xhernandez) COMMIT: http://review.gluster.org/8902 committed in release-3.6 by Vijay Bellur (vbellur) ------ commit d01b00ae2b124dfdd6905e463533a715f1cedc5b Author: Xavier Hernandez <xhernandez> Date: Thu Sep 18 18:42:34 2014 +0200 test/ec: Fix spurious failures caused by self-heal The sha1sum of a file may update the access time of that file. If this happens while a brick is down, as it is forced in the test, that brick doesn't get the update, getting out of sync. When the brick is restarted, self-heal repairs the file, but the test shouldn't access brick contents until self-heal finishes. If this is combined with a kill of another brick before self-heal has finished repairing the file, the volume could become inaccessible. Since the purpose of these tests is only to check ec functionality (there is another test that checks self-heal), the test that corrupts the file has been removed. Additional checks to validate the state of the volume have been added to avoid some timing issues. This is a backport of http://review.gluster.org/8892/ BUG: 1149118 Change-Id: I8a40b7f07fc8ecd2c721bad1bcdd351dd8504155 Signed-off-by: Xavier Hernandez <xhernandez> Reviewed-on: http://review.gluster.org/8902 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Dan Lambright <dlambrig> 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 |