Whamcloud - gitweb
LU-8135 osc: limits the number of chunks in write RPC 69/22369/7
authorJinshan Xiong <jinshan.xiong@intel.com>
Mon, 12 Sep 2016 18:17:10 +0000 (11:17 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 21 Sep 2016 02:55:52 +0000 (02:55 +0000)
commit7f2aae8d80a73de7408668bbe569d5f4d8553efe
tree82bf6b4a2d3796f6e63f8215899cb4a3880f004c
parent249011392563dffd9f7c890786d8d6ae228c073d
LU-8135 osc: limits the number of chunks in write RPC

OSC has to make sure that it won't issue write RPCs with too many
chunks otherwise it will casue ZFS to create transactions much
bigger than DMU_MAX_ACCESS in size, which will end up with write
failure.

Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com>
Change-Id: Ib68b09afca35c253ef0a6b569f64f555e08bd11b
Reviewed-on: http://review.whamcloud.com/22369
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Patrick Farrell <paf@cray.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osc/osc_cache.c