summaryrefslogtreecommitdiffstats
path: root/tests/bugs/shard/bug-1568521.t
Commit message (Collapse)AuthorAgeFilesLines
* features/shard: Perform shards deletion in the backgroundKrutika Dhananjay2018-06-201-0/+53
A synctask is created that would scan the indices from .shard/.remove_me, to delete the shards associated with the gfid corresponding to the index bname and the rate of deletion is controlled by the option features.shard-deletion-rate whose default value is 100. The task is launched on two accounts: 1. when shard receives its first-ever lookup on the volume 2. when a rename or unlink deleted an inode Change-Id: Ia83117230c9dd7d0d9cae05235644f8475e97bc3 updates: bz#1568521 Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>