My unraid array uses an ssd cache and the cache pool is set to "yes". After depositing some of the files, I found that the mover script keeps trying to move the files repeatedly but keeps failing, and all of these files are zip split files with a suffix like z01 z02.
After turn on the mover logging, here is the log:
The mover script will first try to write this file to the array, and then delete the files in the array. After I changed the file extension to zip, the mover program still has the same problem. But if the file itself is a zip archive, then the move works. Here is the log of my test:
It looks like unraid's mover script doesn't seem to handle splite zip files properly, any solutions please?