bareos: master ea298554

Author Committer Branch Timestamp Parent
stephand pstorz master 2019-10-04 19:23 master 7ee2fc70 Pending
Changeset Improve exception handling on snapshot removal

When calling the remove() method in end_vm_backup() to delete the
snapshot, although it causes an exception, the snapshot removal is
happening in the background. To handle this behaviour properly, the
code now checks if the snapshot was really deleted before trying to
call the remove() method again.
mod - core/src/plugins/filed/BareosFdPluginOvirt.py Diff File