Details
Description
To improve performance for LFSCK layout checking, it should be possible to have multiple threads running on each MDS in parallel to verify the layout of different inodes, since they are each independent. Handling parallel queries is already required on the OST side, since there may already be multiple MDTs running their own layout scan at the same time, so this is mainly about multi-threading the scanning of a single MDT.