qubes.backup fix verify_files

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-07-12 18:25:37 +02:00
parent 53ff88cd15
commit bb8b58b04c
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

View File

@ -2178,7 +2178,7 @@ class BackupRestore(object):
vm.features['backup-path']),
new_vm.dir_path)
new_vm.verify_files()
new_vm.storage.verify()
except Exception as err:
self.log.error("ERROR: {0}".format(err))
self.log.warning("*** Skipping VM: {0}".format(vm.name))