storage/file: delete -cow.img.old on volume remove()
This commit is contained in:
parent
c7d74f2a63
commit
5d2fe7643c
@ -218,6 +218,7 @@ class FileVolume(qubes.storage.Volume):
|
||||
_remove_if_exists(self.path)
|
||||
if self.snap_on_start or self.save_on_stop:
|
||||
_remove_if_exists(self.path_cow)
|
||||
_remove_if_exists(self.path_cow + '.old')
|
||||
|
||||
def is_outdated(self):
|
||||
return False # avoid spamming the log with NotImplementedError
|
||||
|
Loading…
Reference in New Issue
Block a user