Advertisement
Guest User

Untitled

a guest
Aug 6th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. diff --git a/nova/compute/manager.py b/nova/compute/manager.py
  2. index cf6d22b..b962754 100644
  3. --- a/nova/compute/manager.py
  4. +++ b/nova/compute/manager.py
  5. @@ -3944,6 +3944,7 @@ class ComputeManager(manager.Manager):
  6. {'node': nodename, 'mig': migration.uuid})
  7. return
  8. elif migration.dest_node == nodename:
  9. + raise Exception('wtf is this?')
  10. # NOTE(danms): We're reverting on the destination node
  11. # (and we must not be doing a same-host migration if we
  12. # made it past the check above), so we need to check to
  13. theobromine [/home/dan/nova] ☻ git diff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement