Moving files and Pools behaviour

Jacopx

Patron
Joined
Feb 19, 2016
Messages
367
Salve folks, some days ago I have replaced all my 5x WD RED 3TB with bigger 5x HGST 10TB and everything is fine.
One of my frequent scenarios is the moving of some files from a pool (single 3TB drive) to the main pool of 5x10TB, with the previous configuration the start of the script:
Code:
rsync -ahc sourcePath destPath

was starting the read operations on the source disk and the writing operations in the disk of the destination, this procedure was synchronized. Now there is a big delay in the start of the writes, but everything seems ok and the data is correctly copied.

Someone can help to understand?
Screenshot 2020-05-21 15.22.12.png


The blue one is the destination (write), while the yellow one is the source (read).
 
Top