[Libvirt-cim] [PATCH] [TEST] Update ElementCapabilities.05 for LXC support

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Mon Jun 16 22:03:03 UTC 2008


>   This fails because we can't get anything by querying below:
> 
> wbemcli ein 
> http://root:password@localhost/root/virt:LXC_VirtualSystemManagementService
> localhost:5988/root/virt:LXC_VirtualSystemManagementService.SystemCreationClassName="LXC_HostSystem",SystemName="nine",CreationClassName="LXC_VirtualSystemManagementService",Name="Management 
> Service"
>  
> I think we have to fix it in provider. Below is part code of 
> Virt_ElementCapabilities.c.
> ...
>  static char* service[] = {
>         "Xen_VirtualSystemManagementService",
>         "KVM_VirtualSystemManagementService",
>         "Xen_VirtualSystemMigrationService",
>         "KVM_VirtualSystemMigrationService",
>         "LXC_VirtualSystemMigrationService",
>         NULL
> };
> ...
> 
> We have to add LXC_VirtualSystemManagementService to the structure.

Thanks for tracking down this issue.  Now that the fix is in, I've 
applied your patch.

-- 
Kaitlin Rupert
IBM Linux Technology Center
kaitlin at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list