[Bugs] [Bug 1176011] New: Client sees duplicated files

bugzilla at redhat.com bugzilla at redhat.com
Fri Dec 19 06:32:54 UTC 2014


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

            Bug ID: 1176011
           Summary: Client sees duplicated files
           Product: GlusterFS
           Version: 3.6.1
         Component: read-ahead
          Severity: high
          Assignee: bugs at gluster.org
          Reporter: too_extreme001 at hotmail.com
                CC: bugs at gluster.org, gluster-bugs at redhat.com



Description of problem:
I create a distributed volume on 2 FreeBSD nodes and mount it to a Linux
client. After I move or rename files, client sees duplicated files like this.
    -rw-------   1 root root      762667 Nov  4 11:10 example
    -----------  1 root root           0 Nov  7 11:10 example 
    (node1 have real file but node2 have create index file) 

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

How reproducible:
1.Add peer with 2 FreeBSD nodes
2.Create distributed volume
3.Mount volume on the Linux client
4.Create files and move files or rename files

Steps to Reproduce:
        192.168.231.1 (host 1 FreeBSD 9.2)
    192.168.231.2 (host 2 FreeBSD 9.2)
    192.168.231.4 (Client Linux 6.5)

(host 1)
        # gluster peer probe 192.168.231.2     
    # gluster volume create dist-vol 192.168.231.1:/mnt/test12/brick01
192.168.231.2:/mnt/test12/brick01
    # gluster volume start dist-vol

(Client)
    # mount.glusterfs 192.168.231.1:/dist-vol /mnt/distributed        
    # touch test
    # mv test example

Actual results:
-rw-------   1 root root      762667 Nov  4 11:10 example  (Real file host1)
-----------  1 root root           0 Nov  7 11:10 example (Index file host2)

Expected results:
-rw-------   1 root root      762667 Nov  4 11:10 example

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