Could you help verify the fid not found really doesn't exist on MDS?
Firstly you can use `stat <mountpoint>/.lustre/fid/[0x2000182dc:0x1f2d1:0x0]` to verify whether fid exists.
If this fid exists, then you can use `lfs fid2path <fsname> [0x2000182dc:0x1f2d1:0x0]` to check the path of this fid.
Else you can mount MDS filesystem as ldiskfs, and check <mountpoint>/PENDING, is it empty?
BTW, do you know how simul runs in during this MDS recovery? Is there any hint on whether these not found files been unlinked?
Close old ticket.