Exemplo n.º 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)
Exemplo n.º 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)