예제 #1
0
 def remove_volume_on_error(self, path):
     try:
         yield
     except Exception:
         with excutils.save_and_reraise_exception():
             libvirt_utils.remove_logical_volumes(path)
예제 #2
0
 def remove_volume_on_error(self, path):
     try:
         yield
     except Exception:
         with excutils.save_and_reraise_exception():
             libvirt_utils.remove_logical_volumes(path)