"Urgent Writes" sends small-size write IO requests to the disk while the disk may be processing a lot of read requests, causing the value of "written to disk" to appear unchanged.enetec wrote: ↑Fri Feb 10, 2023 7:17 pm 1) "urgent writes" is probably triggered BUT, if you look with attention to written to disk value in video, for many minutes it doesn't change AT ALL... still fixed to some hundred of MB, while several GB are stored in L2... so there should be something else too...!![]()
This is possible. Because write cache is used, write IOs send by the clone app will be processed in the cache and completed very quickly and then the clone app will issue next read IOs to source disk immediately after write IOs are completed. Thus, the disk may be busy in processing lots of read IOs.enetec wrote: ↑Fri Feb 10, 2023 7:17 pm 2) disk, as I said is a RAID5 of HDD and, even if under heavy READ load, is capable of write (I've tested it now!). Writes are not asked AT ALL by PrimoCache driver IMHO, since write to disk queue is empty at all for most time of operations, and when something is sent to disk, it doesn't ingenerate high queue time (my little "LED" software is very sharp on it... I use it by a LOT of time, and it is very useful to check queue issues...), so RAID seems capable of handle eventual writes at that level...
If you have time, you can do a comparison experiment by cloning source files from other disks.