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(a)linux.vnet.ibm.com