+++ This bug was initially created as a clone of Bug #1238155 +++ 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
This is fixed in ganesha upstream https://review.gerrithub.io/#/c/237727/
[root@rhsauto009 ~]# rmdir /export/mnt1/vol4/acl_user1_dir8 [root@rhsauto009 ~]# ls -l /export/mnt1/vol4/acl_user1_dir8_symlink lrwxrwxrwx. 1 root root 32 Jul 14 2015 /export/mnt1/vol4/acl_user1_dir8_symlink -> /export/mnt1/vol4/acl_user1_dir8 [root@rhsauto009 ~]# rm /export/mnt1/vol4/acl_user1_dir8_symlink rm: remove symbolic link `/export/mnt1/vol4/acl_user1_dir8_symlink'? y based on the above result moving this BZ to verified.
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://rhn.redhat.com/errata/RHSA-2015-1495.html