[Bugs] [Bug 1741783] volume heal info show nothing, while visiting from mount point blame "no such entry"

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 21 11:04:09 UTC 2019


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



--- Comment #13 from Karthik U S <ksubrahm at redhat.com> ---
I tried it locally and it is not removing the entry or creating the link file
and replicating the file onto the other bricks.
If it does not have the gfid xattr set as well, it assigns the gfid and creates
the file on the other bricks.
In this case it has the xattr but the gfid-link is missing. So while doing
lookup it sees the gfid and when lookup is done on that gfid it will fail as
the gfid link is missing.
I'm checking the code to come up with the best way to handle this case.
For the time bring you can either delete the file (if it is not required) since
the file is not present on quorum number of bricks or you can delete the
"trusted.gfid" xattr on the brick and then do lookup on the file. That should
assign new gfid and create the gfid-link file and replicate it on other bricks.

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


More information about the Bugs mailing list