Yes, I know it hasn't been tested, but as libvirt's interface is quite similar, I was hoping to make it work with xen. This would also be nice for openstack to broad its officially tested support.<br><br>I'm afraid I'm not even close to Boston, I'm frequently working in this environment, so any clues and suggestions could help.<br>
<br><div class="gmail_quote">2011/10/6  <span dir="ltr"><<a href="mailto:masumotok@nttdata.co.jp">masumotok@nttdata.co.jp</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
live migration + Xen is not tested in current version .<br>
if you are in boston now and have xen environment, I may be able to help you.<br>
<br>
Kei<br>
<br>
________________________________<br>
差出人: openstack-bounces+masumotok=<a href="mailto:nttdata.co.jp@lists.launchpad.net">nttdata.co.jp@lists.launchpad.net</a> [openstack-bounces+masumotok=<a href="mailto:nttdata.co.jp@lists.launchpad.net">nttdata.co.jp@lists.launchpad.net</a>] は Rogério Vinhal Nunes [<a href="mailto:rogervn@dcc.ufmg.br">rogervn@dcc.ufmg.br</a>] の代理<br>

送信日時: 2011年10月7日 2:42<br>
宛先: openstack<br>
件名: [Openstack] Live Migration and Xen + Libvirt<br>
<div><div></div><div class="h5"><br>
I'm trying to make live migration work in an environment with Xen and Libvirt, but I found some issues.<br>
<br>
The first one I managed to "correct", but it really looks like a bug. The live migration command will fail and the logs will indicate "InstanceNotRunning". That's because when a xen virtual machine is not using the processor, its status is "blocked". I "corrected" it by sending the instance in an infinite CPU loop and waiting for nova-compute to update the DB with the status "running". I don't know how these status are handled by KVM, but at least the migration check should take that in consideration if it plans to work with xen.<br>

<br>
The second one is a little more complicated and I haven't found a solution yet, so you may help me with it. After making the vm "running" the live migration just fails and the logs rise an error "Cannot find "'model'". Is there any configuration that is related to this?<br>

<br>
trace from nova-manage.log:<br>
<br>
(nova): TRACE: Traceback (most recent call last):<br>
(nova): TRACE:   File "/usr/bin/nova-manage", line 2141, in <module><br>
(nova): TRACE:     main()<br>
(nova): TRACE:   File "/usr/bin/nova-manage", line 2129, in main<br>
(nova): TRACE:     fn(*fn_args, **fn_kwargs)<br>
(nova): TRACE:   File "/usr/bin/nova-manage", line 987, in live_migration<br>
(nova): TRACE:     self._migration(ec2_id, dest)<br>
(nova): TRACE:   File "/usr/bin/nova-manage", line 976, in _migration<br>
(nova): TRACE:     "block_migration": block_migration}})<br>
(nova): TRACE:   File "/usr/lib/pymodules/python2.6/nova/rpc/__init__.py", line 45, in call<br>
(nova): TRACE:     return get_impl().call(context, topic, msg)<br>
(nova): TRACE:   File "/usr/lib/pymodules/python2.6/nova/rpc/impl_kombu.py", line 739, in call<br>
(nova): TRACE:     rv = list(rv)<br>
(nova): TRACE:   File "/usr/lib/pymodules/python2.6/nova/rpc/impl_kombu.py", line 703, in __iter__<br>
(nova): TRACE:     raise result<br>
(nova): TRACE: RemoteError: RemoteError Error cannot find 'model'<br>
</div></div></blockquote></div><br>