[PATCH] Registration of ElementConformsToProfile for two namespaces causes errors with Pegasus

# HG changeset patch # User Heidi Eckhart <heidieck@linux.vnet.ibm.com> # Date 1193744530 -3600 # Node ID c94a9d6b36d9bd39e85c16805cdc8e525dd585cd # Parent bf5ad6924b99903d68d019a7c5faaa2f5a5d1ef9 Registration of ElementConformsToProfile for two namespaces causes errors with Pegasus diff -r bf5ad6924b99 -r c94a9d6b36d9 schema/ElementConformsToProfile.registration --- a/schema/ElementConformsToProfile.registration Mon Oct 29 15:39:52 2007 -0400 +++ b/schema/ElementConformsToProfile.registration Tue Oct 30 12:42:10 2007 +0100 @@ -1,7 +1,7 @@ # Copyright IBM Corp. 2007 # Classname Namespace ProviderName ProviderModule ProviderTypes ... -Xen_ElementConformsToProfile root/ibmsd Virt_ElementConformsToProfileProvider Virt_ElementConformsToProfile association +#Xen_ElementConformsToProfile root/ibmsd Virt_ElementConformsToProfileProvider Virt_ElementConformsToProfile association Xen_ElementConformsToProfile root/interop Virt_ElementConformsToProfileProvider Virt_ElementConformsToProfile association # Classname Namespace ProviderName ProviderModule ProviderTypes ... -KVM_ElementConformsToProfile root/ibmsd Virt_ElementConformsToProfileProvider Virt_ElementConformsToProfile association +#KVM_ElementConformsToProfile root/ibmsd Virt_ElementConformsToProfileProvider Virt_ElementConformsToProfile association KVM_ElementConformsToProfile root/interop Virt_ElementConformsToProfileProvider Virt_ElementConformsToProfile association

This patch avoids the registration of the assoc ECTP for two namespaces. This is currently only a workaround to avoid registration errors with Pegasus. The problem needs to be fixed in register_provider.sh. -- Regards Heidi Eckhart Software Engineer Linux Technology Center - Open Hypervisor heidieck@linux.vnet.ibm.com ************************************************** IBM Deutschland Entwicklung GmbH Vorsitzender des Aufsichtsrats: Martin Jetter Geschaeftsfuehrung: Herbert Kircher Sitz der Gesellschaft: Boeblingen Registergericht: Amtsgericht Stuttgart, HRB 243294

Heidi Eckhart wrote:
# HG changeset patch # User Heidi Eckhart <heidieck@linux.vnet.ibm.com> # Date 1193744530 -3600 # Node ID c94a9d6b36d9bd39e85c16805cdc8e525dd585cd # Parent bf5ad6924b99903d68d019a7c5faaa2f5a5d1ef9 Registration of ElementConformsToProfile for two namespaces causes errors with Pegasus
Since we can only have one or the other (for now), interop seems like the right one to have for ECTP. +1 -- -Jay

HE> # HG changeset patch HE> # User Heidi Eckhart <heidieck@linux.vnet.ibm.com> HE> # Date 1193744530 -3600 HE> # Node ID c94a9d6b36d9bd39e85c16805cdc8e525dd585cd HE> # Parent bf5ad6924b99903d68d019a7c5faaa2f5a5d1ef9 HE> Registration of ElementConformsToProfile for two namespaces causes HE> errors with Pegasus Thanks, I think this is fine for now. Can you resubmit with your Signed-off-by line please? :) -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com
participants (3)
-
Dan Smith
-
Heidi Eckhart
-
Jay Gagnon