Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 1.8.9, Lustre 2.4.1, Lustre 2.5.0
-
3
-
8698
Description
In master version, llog_open() calls llog_alloc_handle() bug does not handle return value correctly. It takes NULL as the error return value. But llog_alloc_handle() returns ERR_PTR(-ENOMEM) instead when error.
This is also an problem in llog_client_create() in Lustre-1.8.9. This problem is related to LU-980.