[Bugs] [Bug 1375555] New: SMB[md-cache Private build]: ll lists the file on cifs mount even after unlink is successfull from another mount

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 13 12:02:07 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1375555

            Bug ID: 1375555
           Summary: SMB[md-cache Private build]:ll lists the file on cifs
                    mount even after unlink is successfull from another
                    mount
           Product: GlusterFS
           Version: 3.8
         Component: md-cache
          Assignee: bugs at gluster.org
          Reporter: sbhaloth at redhat.com
                CC: bugs at gluster.org



Description of problem:

ll from second mount point lists the removed/unlinked file from first mount
point.

>From cifs mount1 : create ln -s file1 true1
>From cifs mount 1 : unlink true1
cifs mount2 : ll true1


[root at dhcp42-41 cifs3]# rm -rf true1


[root at dhcp42-41 cifs1]# ll true1
lrwxrwxrwx. 1 root root 5 Sep 13 16:45 true1 -> file1

[root at dhcp42-41 cifs4]# ll
total 1253384
-rw-r--r--. 1 root root 1073741824 Sep 13 16:05 file1
-rw-r-----. 1 root root  209715200 Aug 31 17:43 g.txt
-rw-------. 1 root root          0 Sep  1 16:33 lockfile
drwxr-xr-x+ 4 root root       4096 Aug 30 19:15 run19963
drwxr-xr-x+ 2 root root       4096 Aug 31 15:15 run20278
lrwxrwxrwx. 1 root root          5 Sep 13 16:45 true1 -> file1


Version-Release number of selected component (if applicable):
glusterfs-3.8.2-0.24.gitf524648.el7.x86_64 (Private build)

How reproducible:
2/2

Steps to Reproduce:
1.As mentioned in description
2.
3.

Actual results:

The file still gets listed by ll from another mount point.


Expected results:
File should not be listed once it is removed or unlink is successfull.


Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list