Bug 1113907

Summary: AFR: Inconsistent GlusterNFS behavior v/s GlusterFUSE during metadata split brain on directories
Product: [Community] GlusterFS Reporter: Harshavardhana <fharshav>
Component: replicateAssignee: Anuradha <atalur>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: mainlineCC: bugs, cww, joe.lin, pkarampu, smohan
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1111392 Environment:
Last Closed: 2016-06-22 10:10:28 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: 1111392, 1286923    
Bug Blocks:    

Comment 2 Anuradha 2016-06-22 10:10:28 UTC
Closing this bug as this is the expected behaviour.

On fuse and nfs the access pattern of the files/directories is different. Before opendir, fuse does lookup, where as nfs does access. Lookup must always succeed even if there is metadata/entry split-brain. But access should not.