Page 1 of 1

SABnzbd Network Issues in KVM

Posted: June 11th, 2013, 2:26 pm
by RonnieG
Hi all,

Anyone else running SABnzbd in a virtual machine under KVM?

I'm having an odd issue where everything works great, but network performance leaves a bit to be desired. For instance, running on the host, I can max out speeds constantly at 5MB/s. However, in the guest, with the same settings, things jump around from .5MB/s to 2.8MB/s. What is odd is that it's only with usenet. Transfering a single large file to the guest goes very quickly.

I'm already using virtio for the NIC, but does anyone else have suggestions on where to even look?

Thanks.

Re: SABnzbd Network Issues in KVM

Posted: June 11th, 2013, 2:41 pm
by RonnieG
As it is with most things, you figure something out right after you ask the question. If anyone else runs into this problem, make sure your temporary download folder is inside the guest OS, not mounted from the host through NFS or SMB. That was my issue.

Re: SABnzbd Network Issues in KVM

Posted: June 11th, 2013, 5:26 pm
by shypike
RonnieG wrote:make sure your temporary download folder is inside the guest OS, not mounted from the host through NFS or SMB
For virtual Windows is certainly true, because par2 requires a drive letter and not a UNC path.
For other platforms it's simply advisable.
Other than that, I do most of my testing on virtual machines running under VMWare Fusion.

Re: SABnzbd Network Issues in KVM

Posted: June 12th, 2013, 9:22 am
by RonnieG
shypike wrote:For virtual Windows is certainly true, because par2 requires a drive letter and not a UNC path.
For other platforms it's simply advisable.
Other than that, I do most of my testing on virtual machines running under VMWare Fusion.
This was actually occurring with a CentOS 6.4 guest, using QED filesystem in KVM with virtio.

Thanks,
Ben