Whamcloud - gitweb
LU-5038 llog: do not scan for empty llogs at initialization 08/10308/6
authorAlex Zhuravlev <alexey.zhuravlev@intel.com>
Tue, 13 May 2014 10:25:23 +0000 (14:25 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 16 Jul 2014 02:27:03 +0000 (02:27 +0000)
commitdc910ede715c4f13cde0c64d74e7badaa8dcb07b
treef18a83af8c8419c3a83cc0e2a5bfb4a6561a1148
parent7b8c7200a4f7340ccd00b222222d2d48a8552932
LU-5038 llog: do not scan for empty llogs at initialization

in some cases the catalog can contain lots of non-empty llogs
(e.g. robinhood isn't running all the time and this lead to
many alive plain llogs) and scanning this in the context of
mount can take a lot. instead we can do this during normal
llog processing.

Change-Id: I6c23b02b4a9733f80599314d37ffac6d2ee57001
Signed-off-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-on: http://review.whamcloud.com/10308
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/obdclass/llog_cat.c