Commit 8316409d by Bach Dániel

fix "goto fail" :(

parent 2f7c252a
......@@ -222,7 +222,7 @@ class MigrateOperation(InstanceOperation):
except Exception as e:
if hasattr(e, 'libvirtError'):
self.rollback(activity)
raise
raise
# Refresh node information
self.instance.node = to_node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment