Bug 1289973
| Summary: | add sparse-file-self-heal.t to bad tests | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Ravishankar N <ravishankar> |
| Component: | tests | Assignee: | Ravishankar N <ravishankar> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | mainline | CC: | bugs, gluster-bugs |
| 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-12-19 05:14:40 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: | |||
REVIEW: http://review.gluster.org/12925 (tests: add sparse-file-self-heal.t to bad tests) posted (#1) for review on master by Ravishankar N (ravishankar) *** This bug has been marked as a duplicate of bug 1290270 *** |
Description of problem: One case of failure is: https://build.gluster.org/job/rackspace-regression-2GB-triggered/16601/consoleFull I'm able to repro the issue on my ancient rhs-2.1 VM but not on newer Fedora 21 machines. Create a 1x2 replica and run from mount. `dd if=/dev/zero of=file bs=1024 count=1024` When both bricks are up, `du /brick/file` = 1024 When one of them is killed and the test repeated, `du /brick/file` = 1048 I have no idea why.