Whamcloud - gitweb
LU-10239 osc: limit chunk number of write submit 27/30627/8
authorBobi Jam <bobijam@whamcloud.com>
Thu, 21 Dec 2017 11:46:28 +0000 (19:46 +0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 4 Jan 2019 04:44:52 +0000 (04:44 +0000)
commit93ef6e7863b4e3aadfb3171f7f4958c5040446ec
tree1e99063f68be13fd9879721db146632f6c24271e
parent09da1564d3794ca7b82e1c1791da253bee6178d4
LU-10239 osc: limit chunk number of write submit

Don't queue too many pages in an extent for a write RPC, we need
to take care of the chunk limit in write submit as well (refers to
LU-8135 for more details).

Change-Id: Idaca6f365a6f8bb467fea43c811f775b37f49818
Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/30627
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@gmail.com>
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/osc/osc_cache.c
lustre/osc/osc_internal.h
lustre/osc/osc_io.c