Bug 1282378
| Summary: | nfs+afr:Failing SETATTR on gfid split-brain observed. [Input/output error] with fileop test | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Saurabh <saujain> |
| Component: | replicate | Assignee: | Ravishankar N <ravishankar> |
| Status: | CLOSED DUPLICATE | QA Contact: | storage-qa-internal <storage-qa-internal> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | mzywusko, pkarampu, ravishankar, rhs-bugs, saujain, skoduri, storage-qa-internal |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-12 15:41:08 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
Saurabh
2015-11-16 09:09:50 UTC
Looks more like an AFR issue to me, changing components. Hi Saurabh, Are the files actually in split-brain? Could you check the afr xattrs (getfattr -d -m . -e hex /brick(s)/file) and the output of `gluster vol heal volname info` and 'gluster v heal volname info split-brain`? I tried to reproduce the problem and as you can see that there are no files listed for split-brain [root@nfs12 ~]# gluster volume heal vol0 info Brick 10.70.46.8:/rhs/brick1/d1r1 Number of entries: 0 Brick 10.70.46.25:/rhs/brick1/d1r2 Number of entries: 0 Brick 10.70.46.27:/rhs/brick1/d2r1 Number of entries: 0 Brick 10.70.46.39:/rhs/brick1/d2r2 Number of entries: 0 [root@nfs12 ~]# [root@nfs12 ~]# [root@nfs12 ~]# gluster volume heal vol0 info split-brain Brick 10.70.46.8:/rhs/brick1/d1r1 Number of entries in split-brain: 0 Brick 10.70.46.25:/rhs/brick1/d1r2 Number of entries in split-brain: 0 Brick 10.70.46.27:/rhs/brick1/d2r1 Number of entries in split-brain: 0 Brick 10.70.46.39:/rhs/brick1/d2r2 Number of entries in split-brain: 0 *** This bug has been marked as a duplicate of bug 1294452 *** |