Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.0.0
-
None
-
17,239
-
5051
Description
I noticed in the lov_sync() method that this is currently waiting for each obd_sync() to complete,
which can potentially be a very long time for a widely striped file. This method should be changed
to create an RPC set that submits all of the obd_sync_async() (better name?) calls at the same time
and waits for their completion in parallel.