Details
Description
It would be useful to speed up "lfs migrate", "lfs mirror extend", and "lfs mirror resync" to use asynchronous Direct IO (AIO/DIO via libaio) to do the data copying
This should use the same mechanism as lustre/tests/aiocp.c to have a producer/consumer queue and submits some number of AIO read requests, and then submit the write requests when the reads finish.
Attachments
Issue Links
- is related to
-
LU-17143 Use migrate_copy_data() for all data movement
- Open
-
LU-18454 'lfs migrate' command can read file list from stdin or file
- Open
-
LU-18455 Make 'lfs migrate' multi-threading
- Open
-
LU-16587 Make lfs migrate faster
- Resolved
- is related to
-
LU-12649 Tracker for ongoing FLR improvements
- Open