Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error-logging in example/backup_vm.py for the case that a backup isn't ready. #79

Merged
merged 4 commits into from
Aug 23, 2022

Conversation

rokkbert
Copy link
Contributor

Fixed error-logging in example/backup_vm.py for the case that a backup isn't ready.

The symptom was the following error, when a backup of the VM wasn't in state READY:

backup_vm.py", line 224, in cmd_download
    raise RuntimeError("Backup {} is not ready".format(backup_uuid))
NameError: name 'backup_uuid' is not defined

Signed-off-by: Rob Linden [email protected]

rokkbert added 2 commits July 13, 2022 12:44

Verified

This commit was signed with the committer’s verified signature.
mlschroe Michael Schroeder
…with current versions.

Signed-off-by: Rob Linden [email protected]
@aesteve-rh
Copy link
Member

aesteve-rh commented Aug 23, 2022

The patch looks good, but there is an extra commit with a merge that can be skipped (i,e,. 20c6cc7).

Please rebase the branch with upstream instead.

Copy link
Member

@barpavel barpavel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mnecas mnecas merged commit 099e7e4 into oVirt:main Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants