
6 Feb
2023
6 Feb
'23
8:59 a.m.
Hi All, We backup our VM's with a custom script based on the https://github.com/oVirt/python-ovirt-engine-sdk4/blob/main/examples/backup_... example. This works fine, but we start to see scaling issues. On VM's where there are a lot of dirty blocks, the transfer goes really slow (sometimes only 20MiB/sec). At the same time we see that ovirt-imageio process sometimes uses 100% CPU (its single threaded?). Is this known behavior? Are there ways to optimize imageio? Or any other ways to improve the download speed? Thanks Jean-Louis