Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
Currently, when the Lustre readahead window crosses a stripe boundary, the lov_io_submit code stops there and sends an RPC. This means that for striped files & large readahead windows, we will send RPCs sized, at maximum, stripe_size.
This is unnecessary - If a readahead window hits the same stripe more than once, we can take advantage of that fact and submit larger RPCs. This is particularly apparent in strided readahead.
Attachments
Activity
Fix Version/s | New: Lustre 2.12.4 [ 14690 ] |
Link | New: This issue is related to DDN-867 [ DDN-867 ] |
Fix Version/s | New: Lustre 2.13.0 [ 14290 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Comment |
[ Patrick Farrell (pfarrell@whamcloud.com) uploaded a new patch: https://review.whamcloud.com/36059 Subject: Project: fs/lustre-wc Branch: io500 Current Patch Set: 1 Commit: 9c52636ff0169bdcf86fab4747f58adbf0601fbf ] |