Whamcloud - gitweb
LU-15645 obdclass: llog to handle gaps 37/46837/4
authorAlex Zhuravlev <bzzz@whamcloud.com>
Wed, 16 Mar 2022 09:10:38 +0000 (12:10 +0300)
committerAlex Zhuravlev <bzzz@whamcloud.com>
Fri, 18 Mar 2022 05:09:47 +0000 (08:09 +0300)
commitb3de0d57bd0f7cd2e918aa9d3f08be1c69697b80
tree9a638eca8100ca98e922c23bab6fdc60a1905a39
parent06134ff9addec8c74af78dd0f361f503ef8d3ba6
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
lustre/include/obd_support.h
lustre/obdclass/llog.c
lustre/obdclass/llog_osd.c
lustre/target/update_trans.c
lustre/tests/replay-dual.sh