[Libvirt-cim] [PATCH] Fix ConcreteComponent schema

Dan Smith danms at us.ibm.com
Fri Aug 29 15:17:10 UTC 2008


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1220023016 25200
# Node ID 2db1158cea318cfee11a77724c97a0b4758ffb2c
# Parent  e2c21aedef202a43dfc29f64d4849589ca581292
Fix ConcreteComponent schema

The registration file mentions KVM_ twice instead of LXC.  This was causing
pegasus to complain on postinstall, but *only* if the CIMOM was running at
the time.  If it was not running, it didn't complain.

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r e2c21aedef20 -r 2db1158cea31 schema/ConcreteComponent.registration
--- a/schema/ConcreteComponent.registration	Fri Aug 29 07:43:52 2008 -0700
+++ b/schema/ConcreteComponent.registration	Fri Aug 29 08:16:56 2008 -0700
@@ -2,4 +2,4 @@
 # Classname Namespace ProviderName ProviderModule ProviderTypes
 Xen_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association
 KVM_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association
-KVM_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association
+LXC_ConcreteComponent root/virt Virt_ConcreteComponent Virt_ConcreteComponent association




More information about the Libvirt-cim mailing list