summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorSheetal Pamecha <spamecha@redhat.com>2019-10-22 14:34:06 +0530
committerhari gowtham <hari.gowtham005@gmail.com>2019-11-13 05:05:54 +0000
commit7808a10af0949ee19ba4c0ab000732ba7eb67f02 (patch)
treedfe9c332ac08678d036c6eda21fd5a5137344d54 /extras
parentfc5a3dd8757ffc80869173e4758d068be2cf5d19 (diff)
tests/shard: fix tests/bugs/shard/unlinks-and-renames.t failure
on rhel8 machine cleanup of shards is not happening properly for a sharded file with hard-links. It needs to refresh the hard link count to make it successful The problem occurs when a sharded file with hard-links gets removed. When the last link file is removed, all shards need to be cleaned up. But in the current code structure shard xlator, instead of sending a lookup to get the link count uses stale cache values of inodectx. Therby removing the base shard but not the shards present in /.shard directory. This fix will make sure that it marks in the first unlink's callback that the inode ctx needs a refresh so that in the next operation, it will be refreshed by looking up the file on-disk. >fixes: bz#1764110 >Change-Id: I81625c7451dabf006c0864d859b1600f3521b648 >Signed-off-by: Sheetal Pamecha <spamecha@redhat.com> >(Reviewed on upstream link https://review.gluster.org/#/c/glusterfs/+/23585/) Fixes: bz#1768760 Change-Id: I81625c7451dabf006c0864d859b1600f3521b648 Signed-off-by: Sheetal Pamecha <spamecha@redhat.com>
Diffstat (limited to 'extras')
0 files changed, 0 insertions, 0 deletions