Bug 1238155

Summary: FSAL_GLUSTER : all operations on deadlink will fail when acl is enabled
Product: [Retired] nfs-ganesha Reporter: Jiffin <jthottan>
Component: FSAL_GLUSTERAssignee: Jiffin <jthottan>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: develCC: kkeithle, ndevos, skoduri, vagarwal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: nfs-ganesha-2.3-dev-11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1238156 (view as bug list) Environment:
Last Closed: 2016-02-17 07:03:41 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:    
Bug Blocks: 1238156    

Description Jiffin 2015-07-01 10:02:00 UTC
Description of problem:


Version-Release number of selected component (if applicable):
mainline

How reproducible:
always

Steps to Reproduce:
1).create a volume

2).export the volume using nfs-ganesha with acl enabled 

3.)mount the volume using vers=4 mount

4.)create symlink for a file/folder. Delete the target folder.


Actual results:
All the operation like ls,rm will further fail on the deadlinks.  

Expected results:
All operation should success.

Additional info:
Root cause is same as BZ1209735