[Libvirt-cim] [PATCH 1 of 2] [TEST] Fixed enumclass.py and vsmigration.py to work with different Virt MigrationJob

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Fri Aug 22 19:35:44 UTC 2008


  > diff -r a2d995514226 -r 9685653189eb 
suites/libvirt-cim/lib/XenKvmLib/enumclass.py
> --- a/suites/libvirt-cim/lib/XenKvmLib/enumclass.py	Wed Aug 20 14:30:36 2008 -0700
> +++ b/suites/libvirt-cim/lib/XenKvmLib/enumclass.py	Fri Aug 22 02:00:25 2008 -0700
> @@ -90,9 +90,13 @@ class CIM_DiskResourceAllocationSettingD
>  class CIM_DiskResourceAllocationSettingData(CIM_MyClass):
>      pass
> 
> +class Xen_MigrationJob(CIM_MyClass):
> +    pass
> 
> +class KVM_MigrationJob(CIM_MyClass):
> +    pass

We don't currently support KVM migration.  It's probably fine to leave 
this here, but just wanted to make the note so that no one mistakenly 
thinks that we do support it.

> 
> -class Virt_MigrationJob(CIM_MyClass):
> +class XenFV_MigrationJob(CIM_MyClass):

The providers don't use a XenFV_ prefix.
-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list