Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !82 opened May 28, 2014 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

migrate fixes

🆗 tests 🆗 #156 (closed) 🆗 #155 (closed)

  • Discussion 2
  • Commits 3
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Őry Máté
    @orymate started a discussion on an old version of the diff May 28, 2014
    circle/vm/operations.py
    212 216 with activity.sub_activity('shutdown_net'):
    213 217 self.instance.shutdown_net()
    214 218  
    215 with activity.sub_activity('migrate_vm'):
    216 self.instance.migrate_vm(to_node=to_node, timeout=timeout)
    219 try:
    220 with activity.sub_activity('migrate_vm'):
    221 self.instance.migrate_vm(to_node=to_node, timeout=timeout)
    222 except Exception as e:
    223 if hasattr(e, 'libvirtError'):
    224 self.rollback(activity)
    225 raise
    • Őry Máté @orymate commented May 28, 2014
      Owner

      Silently drop non-libvirt exceptions? fixed (8316409d)

      Edited May 28, 2014
      ~~Silently drop non-libvirt exceptions?~~ fixed (8316409d)
    Please register or sign in to reply
  • Bach Dániel
    @bachdaniel started a discussion on commit 8316409d May 28, 2014
    • Bach Dániel @bachdaniel

      mentioned in merge request !82 (merged)

      May 28, 2014

      mentioned in merge request !82 (merged)

      mentioned in merge request !82
      Toggle commit list
    Please register or sign in to reply
  • Őry Máté @orymate commented May 28, 2014
    Owner

    +1

    +1
  • Write
  • Preview
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
Bach Dániel
Assignee
Bach Dániel @bachdaniel
Assign to
Nice to have
Milestone
Nice to have
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!82