Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.8.0
-
None
-
9223372036854775807
Description
osp_prep_update_req() allocates 4K as a reply buffer where 4K is hardcoded. instead buffer size should depend on the number of update in the request. similarly, the target should check whether reply buffer is big enough to store all the results.