Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.10.8
-
None
-
3
-
9223372036854775807
Description
Originally obd_max_recoverable_clients is not increased at the same moment.
But because of LU-3540, it will be increased by multiple processes.
This causes LBUG.
The type of obd_max_recoverable_clients should be atomic_t and be handled by atomic operations.
Attachments
Issue Links
- duplicates
-
LU-11001 insanity test_2: :check_for_recovery_ready()) ASSERTION( clnts <= obd->obd_max_recoverable_clients )
- Resolved