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

--tag="" Issue #45

Closed githubjbw closed 3 years ago

githubjbw commented 7 years ago

if opts.vm_tag: vms=api.vms.list(max=400, query="tag="+opts.vm_tag) config.set_vm_names([vm.name for vm in vms])

On my box, the max=400 is causing issues with the api.vms.list call. If I remove it, no issues. I'm not sure the reason for max= but on my box it seems to cause issues if it's there.

wefixit-AT commented 3 years ago

I’m closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version.