storage/reflink: don't run verify() under volume lock
This commit is contained in:
parent
4c9c0a88d5
commit
de159a1e1e
@ -158,7 +158,6 @@ class ReflinkVolume(qubes.storage.Volume):
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
@_coroutinized
|
@_coroutinized
|
||||||
@_locked
|
|
||||||
def verify(self):
|
def verify(self):
|
||||||
if self.snap_on_start:
|
if self.snap_on_start:
|
||||||
img = self.source._path_clean # pylint: disable=protected-access
|
img = self.source._path_clean # pylint: disable=protected-access
|
||||||
|
Loading…
Reference in New Issue
Block a user