wefixit-AT / oVirtBackup

This is a tool, written in Python, to make online fullbackup's of a VM which runs in an oVirt environment.
MIT License
105 stars 54 forks source link

fix: don't take excluded disks into account for free space calculation #83

Closed tatref closed 2 years ago

tatref commented 2 years ago

Excluded disks should not be included in the free space calculation.

This commit:

This was tested on oVirt 4.3

tatref commented 2 years ago

I just noticed that PR #70 is not merged yet, this is an improvement of @GMasta2000 code, not merge-able in main yet

kobihk commented 2 years ago

@wefixit-AT could you please revert this PR from master and merge it to ovirt4.3? because this PR depends on PR #70 which merged to branch ovirt4.3.

now in master branch, I got the following error: !!! Got unexpected exception: 'Config' object has no attribute 'get_disks_id_exclude'