Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
13084
Description
After ran "lctl set_param osc.*.max_pages_per_rpc=4M", we ran 4k random write test with IOR and easily hit this problem.
After some test, we found that the biggest value of msgsize is 16384 for bulk write, while req->rq_reqbuf_len is only 8192.
Attachments
Issue Links
- is related to
-
LU-7181 Submitting random writes using 4MB RPC
- Resolved