Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.8.0
-
None
-
3
-
9223372036854775807
Description
if plain llog is found corrupted, then llog_process_thread() cancels all the remaining records which in turn causes destroy of the plain llog. but it's still referenced by the catalog in-core structure and llog_cat_close() may try to destroy it again causing a panic.