One mac mini accessible as web server (let’s call it Sonarr Server) runs Sonarr and initiates the downloads to my other mac mini server (let’s call it plex server) which runs transmission, SABnazbd, Plex Home Theatre and Plex Server and is behind a VPN. All Files are local to the plex server.
I have now noticed that after a file has been downloaded, network traffic between my sonarr and plex servers spike as if it is copying from the sonarr server to the plex server. A 1GB file takes about 90 seconds at 12MB/s up and down.
Why is this happening? All the files are downloaded on the Plex server and should be remaining on the plex server.
Sonarr Version
2.0.0.3154
Mono Version
4.0.0 ((detached/d136b79 Mon Apr 13 14:40:59 EDT 2015)
Mac mini 1 OS X 10.10.3
Mac mini 2 OS X 10.10.3
Mac mini 1 has Sonarr installed and monitors new shows. Sonarr pushes the download info from my indexers to the download clients on Mac mini 2.
Mac mini 2 downloads via transmission or SABnzbd and has all the drives where the TV shows are located. These are attached directly to Mac mini 2 via USB.
So once the show has started to download it should forever remain on Mac mini 2. However, when a show has finished downloading, the network traffic spikes as if it is copying from Mac mini 1 to the destination in Mac mini 2. These are MKV files several GB in size.
All incomplete and complete folders are on Mac mini 2.
Any idea why this is occurring? I haven’t witnessed this before. Thanks.
I suspect you’re seeing a full copy because they are on different volumes, which means the server doing to copy gets the play the man in the middle and pull down the entire file in order to upload it to the other volume.
SMB shares have the same limitation, but if you copy within the same SMB share its treated as a move.
\\server\share1 to \\server\share2 is a copy, but \\server\share1\folder1 to \\server\share1\folder2 is moved.