Loading ccnode/libvirtwrapper.py +1 −1 Original line number Diff line number Diff line Loading @@ -392,7 +392,7 @@ class LibvirtStorageVolume(StorageVolume): ''' ''' try: self._lvvvol_handle.wipe(0) self._lvvol_handle.wipe(0) except libvirt.libvirtError: pass Loading Loading
ccnode/libvirtwrapper.py +1 −1 Original line number Diff line number Diff line Loading @@ -392,7 +392,7 @@ class LibvirtStorageVolume(StorageVolume): ''' ''' try: self._lvvvol_handle.wipe(0) self._lvvol_handle.wipe(0) except libvirt.libvirtError: pass Loading