We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13fd33 commit 209d186Copy full SHA for 209d186
1 file changed
qubes/storage/lvm.py
@@ -413,7 +413,6 @@ async def _commit(self, vid_to_commit=None, keep=False):
413
cmd = ['rename', self.vid,
414
'{}-{}-back'.format(self.vid, int(time.time()))]
415
await qubes_lvm_coro(cmd, self.log)
416
- await reset_cache_coro()
417
418
cmd = ['clone' if keep else 'rename',
419
vid_to_commit,
0 commit comments