Hi, fence_virsh needs a port element but it's not allowed per schema so validation fails. Attached patch adds the port element to the schame for 3.0.4. Chees, -- Guido
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@xxxxxxxxxxx> Date: Thu, 19 Nov 2009 13:50:22 +0100 Subject: [PATCH] Add missing port element to fence_virsh it's mandatory. --- config/tools/xml/cluster.rng.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in index 887c477..59da50c 100644 --- a/config/tools/xml/cluster.rng.in +++ b/config/tools/xml/cluster.rng.in @@ -1051,6 +1051,7 @@ To validate your cluster.conf against this schema, run: <!-- fence_virsh --> <group> + <attribute name="port"/> <optional> <attribute name="action"/> </optional> --
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster