I was afraid that is indeed the issue.
Enabling 'iothreads' did not help much.
I'll take these speeds for granted for now since this is a fileserver + some services.
Thank you for your reply.
Hi,
I've been doing some pre-production testing on my home server and ran into some kind of bottleneck with my storage performance, most notably on my optane drive.
When I install a Windows vm with the latest VirtIO drivers the performance is kinda dissapointing.
I've tried switching over from...
Hi, your variables seem correct though the orde might matter.
Here's the command I used for container migration:
ssh 192.168.100.231 'vzdump 115 --mode stop --stdout' | pv | pct restore --rootfs 5 115 --storage local-zfs -
Hope it helps.
Hi,
I would pipe a backup into a restore over ssh.
ssh into the target machine (make sure you can passwordless ssh to your source machine) and use the following command (change this to your setup accordingly):
ssh 10.1.13.2 'vzdump 100 --mode stop --stdout' | qmrestore - 105 --storage local-zfs
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.