Details
-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
In the current implementation of osp_sync_add_rec(), it adds the osp_device into the wakeup list before inserting the actual record. However, if the OSP device is woken up and taken out of the list by a previous committed sync change, it will miss the wakeup for the recent sync change and then setattr RPC to OST would never be sent.