Whamcloud - gitweb
LU-12142 readahead: limit over reservation
authorWang Shilong <wshilong@ddn.com>
Wed, 17 Mar 2021 09:58:00 +0000 (17:58 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 19 Jul 2021 18:05:47 +0000 (18:05 +0000)
commita4c2cd4cb1d4af8a5a35e7d816eae5ce37f0fcca
tree406e14207bc1ce11c1621773f85bcfdf79f7f2f6
parentd76b510777f2f7d8d34898c22249aed4013f7d7f
LU-12142 readahead: limit over reservation

For performance reason, exceeding @ra_max_pages are allowed to
cover current read window, but this should be limited with RPC
size in case a large block size read issued. Trim to RPC boundary.

Otherwise, too many read ahead pages might be issued and
make client short of LRU pages.

Lustre-commit: 1058867c004bf19774218945631a691e8210b502
Lustre-change: https://review.whamcloud.com/42060

Fixes: 777b04a093 ("LU-13386 llite: allow current readahead to exceed reservation"
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Change-Id: Icf74b5fbc75cf836fedcad5184fcdf45c7b037b4
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-on: https://review.whamcloud.com/43455
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/llite/lproc_llite.c
lustre/llite/rw.c