Bug 1581219
Summary: | centos regression fails for tests/bugs/replicate/bug-1292379.t | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Karthik U S <ksubrahm> |
Component: | replicate | Assignee: | Karthik U S <ksubrahm> |
Status: | CLOSED ERRATA | QA Contact: | Vijay Avuthu <vavuthu> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.4 | CC: | bugs, ksubrahm, mchangir, ravishankar, rhs-bugs, sankarshan, sheggodu, storage-qa-internal, vdas |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | RHGS 3.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.12.2-12 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1515163 | Environment: | |
Last Closed: | 2018-09-04 06:48:11 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: | 1515163 | ||
Bug Blocks: | 1503137 |
Description
Karthik U S
2018-05-22 11:38:07 UTC
Update:
===========
Build Used: glusterfs-3.12.2-14.el7rhgs.x86_64
Scenario:
1) Create 1 * 3 volume and mount
2) Disable self heal and all client side heals
3) on mount point, continously write to a file using dd ( 4GB )
4) bring down brick0
5) rename the file from another session
6) after 2 min, bring up b0
7) enable self heal daemon
8) check self heal daemon is up and running and trigger volume heal
9) wait for heal to complete
10) kill the dd if it still running
11) calculate md5sum on both the bricks
> md5sum for the file is same on all the bricks as well from mountpoint.
N1:
# md5sum /bricks/brick0/b0/file1_rename
c25283b4aa3e52b37abbbfb9835bdf81 /bricks/brick0/b0/file1_rename
#
N2:
# md5sum /bricks/brick0/b1/file1_rename
c25283b4aa3e52b37abbbfb9835bdf81 /bricks/brick0/b1/file1_rename
#
N3:
# md5sum /bricks/brick0/b2/file1_rename
c25283b4aa3e52b37abbbfb9835bdf81 /bricks/brick0/b2/file1_rename
#
Client:
# md5sum file1_rename
c25283b4aa3e52b37abbbfb9835bdf81 file1_rename
#
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2607 |