Explorar el Código

storage/reflink: don't run verify() under volume lock

Rusty Bird hace 5 años
padre
commit
de159a1e1e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      qubes/storage/reflink.py

+ 0 - 1
qubes/storage/reflink.py

@@ -158,7 +158,6 @@ class ReflinkVolume(qubes.storage.Volume):
         return self
 
     @_coroutinized
-    @_locked
     def verify(self):
         if self.snap_on_start:
             img = self.source._path_clean  # pylint: disable=protected-access