[Bugs] [Bug 1305277] [Tier]: Endup in multiple entries of same file on client after rename which had a hardlinks

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 6 16:04:25 UTC 2016


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

Nithya Balachandran <nbalacha at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |POST



--- Comment #2 from Nithya Balachandran <nbalacha at redhat.com> ---
Steps to reproduce the issue:

Create a tier volume with pure distribute hot and cold tiers of 4 bricks each.
FUSE mount the volume

Run the following commands (the file will be created on the hot tier):

Issue 1 - file not visible on the mount
---------------------------------------
[root at nb-rhs3-srv1 hardlinks]# touch file2; ln file2 hfile2; 
[root at nb-rhs3-srv1 hardlinks]# mv hfile2 nhfile2
[root at nb-rhs3-srv1 hardlinks]# l
total 0
-rw-r--r-- 2 root root 0 Feb  6 15:11 nhfile2



Issue 2 - file listed twice on the mount
---------------------------------------- 
[root at nb-rhs3-srv1 hardlinks]# touch file2; ln file2 hfile2; mv file2 nfile2 ; 
[root at nb-rhs3-srv1 hardlinks]# l
total 0
-rw-r--r-- 2 root root 0 Feb  6 16:13 hfile2
-rw-r--r-- 2 root root 0 Feb  6 16:13 nfile2
-rw-r--r-- 2 root root 0 Feb  6 16:13 nfile2   <-- duplicate listing

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


More information about the Bugs mailing list