Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.4.0
-
3
-
7589
Description
To implement the layout lock, Fanyong and Jinshan added a LVB to ibit lock so that the LOV EA can be packed in completion ASTs. However, for wide-striped files, the client is not expecting such a big LVB buffer in an AST.
I think the MDT should have a upper LVB limit over which it only packs the "header" (i.e. the most important field is the generation) and the OST FID list will have to be fetched via another RPC from the client.