I updated my file server VM (VMware) from CentOS 7 to RHEL 8. I doubled the CPU's and memory on the new system, but for some reason rsync's seem to bog the system down considerably. To the point where users have trouble connecting over ssh. Total CPU usage is low (never above 1%) iotop shows nothing from the user doing the rsync, iftop show some TX/RX, but it's generally around 12Mb TX, 4Mb RX for a 1Gb connection.
In fact all network activity bogs the system down.
I can't seem to find the bottleneck, but it's driving me nuts.
rsync -zuva -e ssh -i ~/.ssh/remotekey user@remote:/home/data /nfs/local/data/
This command used to take about an hour with CentOS 7. It now takes nearly 5 hours for the same amount of data and brings the system to a standstill.
What might have changed in RHEL 8 or rsync or VMware networking to cause this? I'm at a bit of a loss. Is anyone else seeing this issue?