[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen Migration Trouble
Hey, I've continued to look into it but am getting stuck. My ultimate goal is to get live migration working. My confusing comes in how to get live migration working. I have looked at several sources and followed their steps which were all similar (one of which is: http://iquaid.org/DevFu/files/xen-live-migration.pdf). However, I am having am issues with migration (offline and live). I followed the set up of the above PDF. 1) The error I am confused about is: "error: POST operation failed: xend_post: error from xen daemon: No such domain test?" I am able to do xm create and xm destroy just fine. xm shutdown and xm reboot don't do anything for my domain. With xm save, a 1008 byte file is created but xm restore fails (on same host). Which I find odd. >From GUI: Unable to migrate guest: Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/migrate.py", line 449, in _async_migrate vm.migrate(dstconn, migrate_uri, rate, live, secure) File "/usr/share/virt-manager/virtManager/domain.py", line 1388, in migrate self.vm.migrate(destconn.vmm, flags, newname, interface, rate) File "/usr/lib/python2.4/site-packages/libvirt.py", line 378, in migrate if ret is None:raise libvirtError('virDomainMigrate() failed', dom=self) libvirtError: POST operation failed: xend_post: error from xen daemon: No such domain test >From console: # /usr/sbin/xm migrate test xen+ssh://domain.com Error: Domain 'test' does not exist. # virsh migrate test xen+ssh://domain.com error: POST operation failed: xend_post: error from xen daemon: No such domain test I have looked for the source, but it issue appears to be with virDomainMigrate(), in a compiled binary libvirtmod.so, so I cannot determine where it is looking for the files. 2) Most recently, another issue I am having is a high memory usage by Dom0. I am not sure why this is occurring. Nothing I have done with trying to live migrate should cause the Dom0 to use all its allocated memory from boot (its constantly at 96% and is allocated 10 GB). What could be causing this bloat and how to fix it? Thanks. On Wed, Dec 22, 2010 at 10:14 AM, Todd Deshane <todd.deshane@xxxxxxx> wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |