Whamcloud - gitweb
LU-15069 llite: Add start_idx debug
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 15 Dec 2021 17:08:32 +0000 (12:08 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 14 Jan 2022 07:08:05 +0000 (07:08 +0000)
commitb6199533100eca610214910c59c35650c51db5a5
tree9081ea32649433d18cfcb6947013b49746abd1c8
parent321429093c8635e22c85e11d20c582cf5170496e
LU-15069 llite: Add start_idx debug

When readahead is triggered, current readahead debug
prints the page the user requested which triggered
readahead and the number of pages read by readahead.

However, readahead does not necessarily start reading from
the user requested page, so it's important to also print
the page where readahead starts.

Test-paremeters: trivial

lustre-change: https://review.whamcloud.com/45674/
lustre-commit: ca2bea3659e43649c5f229d7db3f850964b035c6 (tbd)

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ie474811f3b0076f4f914fae7f74496e96ddb31da
Reviewed-on: https://review.whamcloud.com/45865
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/llite/rw.c