Storage.verify fires domain-verify-files event
This commit is contained in:
parent
457c915d03
commit
e7732f8ad0
@ -192,6 +192,7 @@ class Storage(object):
|
||||
raise qubes.exc.QubesVMError(
|
||||
self.vm,
|
||||
'VM directory does not exist: {}'.format(self.vm.dir_path))
|
||||
self.vm.fire_event('domain-verify-files')
|
||||
|
||||
def remove(self):
|
||||
''' Remove all the volumes.
|
||||
|
Loading…
Reference in New Issue
Block a user