[Openstack] Question on virt interfaces

masumotok at nttdata.co.jp masumotok at nttdata.co.jp
Fri Sep 9 00:34:14 UTC 2011


If my memory is correct, this is for unit-test purpose ... but I don't remenber correctly. That happened long time ago.
I personally feels like it should be deleted(not necessary anymore).
Current live migration is supported only for KVM.

Kei

________________________________
差出人: openstack-bounces+masumotok=nttdata.co.jp at lists.launchpad.net [openstack-bounces+masumotok=nttdata.co.jp at lists.launchpad.net] は Joshua Harlow [harlowja at yahoo-inc.com] の代理
送信日時: 2011年9月9日 8:49
宛先: openstack
件名: [Openstack] Question on virt interfaces

Hi all,

I was wondering about the following I am seeing in code:

Say in xenapi_conn.py I see:

    def live_migration(self, context, instance_ref, dest,
                       post_method, recover_method):
        """This method is supported only by libvirt."""
        return

But doesn’t libvirt also support xenapi/xenserver?
So why wouldn’t this method say just proxy into libvirt?
Seems odd to have an interface which has functions which can be only implemented by a single implementation (isn’t it not really an interface if its not supported by all impls??).





More information about the Openstack mailing list