Bug 974972

Summary: afr: rm -rf of files which are in split brain is successful from fuse client but gives input/output error from NFS
Product: [Community] GlusterFS Reporter: Pranith Kumar K <pkarampu>
Component: nfsAssignee: Pranith Kumar K <pkarampu>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: mainlineCC: gluster-bugs, nsathyan, rhinduja, rhs-bugs, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 974475 Environment:
Last Closed: 2013-07-24 17:34:52 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: 974475    
Bug Blocks:    

Comment 1 Anand Avati 2013-06-17 10:00:07 UTC
REVIEW: http://review.gluster.org/5227 (nfs: Remove afr split-brain handling in nfs) posted (#1) for review on master by Pranith Kumar Karampuri (pkarampu)

Comment 2 Anand Avati 2013-06-18 05:15:34 UTC
REVIEW: http://review.gluster.org/5227 (nfs: Remove afr split-brain handling in nfs.) posted (#2) for review on master by Pranith Kumar Karampuri (pkarampu)

Comment 3 Anand Avati 2013-06-18 08:39:10 UTC
REVIEW: http://review.gluster.org/5227 (nfs: Remove afr split-brain handling in nfs) posted (#3) for review on master by Pranith Kumar Karampuri (pkarampu)

Comment 4 Anand Avati 2013-06-22 04:52:58 UTC
REVIEW: http://review.gluster.org/5227 (nfs: Remove afr split-brain handling in nfs) posted (#4) for review on master by Pranith Kumar Karampuri (pkarampu)

Comment 5 Anand Avati 2013-06-25 16:41:15 UTC
COMMIT: http://review.gluster.org/5227 committed in master by Vijay Bellur (vbellur) 
------
commit fb064ec4e302e59aca9ba8a8d97e4cc2d82d31ef
Author: Pranith Kumar K <pkarampu>
Date:   Mon Jun 17 13:06:23 2013 +0530

    nfs: Remove afr split-brain handling in nfs
    
    We added this code as an interim fix until afr can
    handle split-brains even when opens are not issued.
    Afr code has matured to reject fd based fops when
    there are split-brains so we can remove it.
    
    Change-Id: Ib337f78eccee86469a5eaabed1a547a2cea2bdcf
    BUG: 974972
    Signed-off-by: Pranith Kumar K <pkarampu>
    Reviewed-on: http://review.gluster.org/5227
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Ravishankar N <ravishankar>
    Reviewed-by: Jeff Darcy <jdarcy>
    Reviewed-by: Vijay Bellur <vbellur>