Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.12.0
-
None
-
3
-
9223372036854775807
Description
Following assertion is seen:
osp_sync_interpret()) ASSERTION( req->rq_transno == 0 || rc == -EIO || req->rq_import_generation < imp->imp_generation ) failed: transno 12895166334, rc -30, gen: req 1, imp 1
Herein errno is EROFS, which is a possible errno but not taken into account.