Hi, I have recently been moving some large LXC containers between two ZFS pools on the same machine and I've noticed something a little odd... Whereas moving a VM basically screams along as fast as the disks can manage, moving the containers is much slower - in my case, I'm getting ~70MB/s when moving container volumes vs several GB/s for VM disks (the VM migrations also have much more consistent disk utilisation).
When I noticed that LXC migrations were causing a lot of ZFS L2ARC writes but VM migrations weren't, I figured something was up and so I had a peek at the running processes, sure enough, there was Rsync ticking along on a single CPU core...
Is it intended to have Rsync move LXC ZFS subvolumes around? And is there anything simple I can do to speed up the process?
Cheers
When I noticed that LXC migrations were causing a lot of ZFS L2ARC writes but VM migrations weren't, I figured something was up and so I had a peek at the running processes, sure enough, there was Rsync ticking along on a single CPU core...
Is it intended to have Rsync move LXC ZFS subvolumes around? And is there anything simple I can do to speed up the process?
Cheers
Last edited: