Skip to content
Snippets Groups Projects
Commit a65d4f32 authored by Anael Beutot's avatar Anael Beutot
Browse files

Add debug in live migration

parent ff71ed5b
No related branches found
No related tags found
No related merge requests found
......@@ -418,10 +418,12 @@ class Handler(HostHandler):
0,
)
except libvirt.libvirtError:
sys.stderr('libvirt error during migration\n')
traceback.print_exc(file=sys.stderr)
os._exit(1)
except:
# whatever the matter is we MUST NOT return to libev or sjRPC
sys.stderr('error during migration\n')
traceback.print_exc(file=sys.stderr)
os._exit(2)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment