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>