cluster: STABLE3 - config: Unbreak config schema due to bad xvm metadata

Lon Hohberger lon at fedoraproject.org
Thu Nov 19 15:20:17 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7b432e653a5cf8bba7162b096f225a9ed01e3449
Commit:        7b432e653a5cf8bba7162b096f225a9ed01e3449
Parent:        a560097e32ea6094858ff8a8743c060df9f210f5
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Nov 19 10:18:51 2009 -0500
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Thu Nov 19 10:18:51 2009 -0500

config: Unbreak config schema due to bad xvm metadata

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 config/tools/xml/cluster.rng.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in
index 52a77ee..6a1fd61 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -1250,13 +1250,13 @@ To validate your cluster.conf against this schema, run:
           <attribute name="key_file" rha:description="Shared key file (default=/etc/cluster/fence_xvm.key)" />
         </optional>
         <optional>
-          <attribute name="domain" rha:description="Xen host (domain name) to fence" />
+          <attribute name="domain" rha:description="Virtual machine (domain name) to fence" />
         </optional>
         <optional>
           <attribute name="use_uuid" rha:description="Treat 'domain' as UUID instead of domain name" />
         </optional>
         <optional>
-          <attribute name="option" rha:description="Fencing operation (null, off, [reboot])" />
+          <attribute name="action" rha:description="Fencing action (null, off, [reboot])" />
         </optional>
         <optional>
           <attribute name="timeout" rha:description="Fencing timeout (in seconds; default=30)" />


More information about the cluster-commits mailing list