Whamcloud - gitweb
LU-15645 obdclass: llog to handle gaps 37/46837/9
authorAlex Zhuravlev <bzzz@whamcloud.com>
Wed, 16 Mar 2022 09:10:38 +0000 (12:10 +0300)
committerOleg Drokin <green@whamcloud.com>
Thu, 5 May 2022 18:44:48 +0000 (18:44 +0000)
commit903f2f663956fef380b9f383e73a05b7beb0baa5
treef0d0ca7db6a8b10f4afacdff1b98efa52a623cfb
parent79053592966792a21912390b9db09b1ab1d61e2a
LU-15645 obdclass: llog to handle gaps

due to old errors an update llog can contaain gaps in index.
this shouldn't block llog processing and recovery. actual
gaps in transaction sequence should be catched by VBR.

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: I11ec817e356f9658118c34706ef3a533e7faba83
Reviewed-on: https://review.whamcloud.com/46837
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alexander Boyko <alexander.boyko@hpe.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/obd_support.h
lustre/obdclass/llog.c
lustre/obdclass/llog_osd.c
lustre/osp/osp_trans.c
lustre/target/update_trans.c
lustre/tests/replay-dual.sh