Create and Download disk backups (full and incremental) from the specified virtual machine on a KVM/OLVM cluster. Also merge incremental disks to full and restore it.
python3 -m venv venv
source venv/bin/activate
yum -y install gcc libxml2-devel python3-devel libcurl-devel openssl-devel
yum -y install qemu-img
pip3 install ovirt-engine-sdk-python
pip3 install ovirt_imageio