cluster: STABLE3 - config: Fix broken fence_egenera options

Lon Hohberger lon at fedoraproject.org
Tue Aug 31 14:13:42 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=536a21273c5cc23421fdb042759e261cdd2fa848
Commit:        536a21273c5cc23421fdb042759e261cdd2fa848
Parent:        06db0246dfe847790c7c9800f4f91015cc694a7f
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Tue Aug 31 10:08:36 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Tue Aug 31 10:12:01 2010 -0400

config: Fix broken fence_egenera options

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

diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in
index bb11edf..4c0fef1 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -2322,10 +2322,30 @@ To validate your cluster.conf against this schema, run:
        an optional ESH path. Presumably those should be attributes in
        the schema. We need more invormation on this. -->
        <group>
-        <attribute name="cserver" rha:description="The hostname (and
+        <optional>
+         <attribute name="cserver" rha:description="The hostname (and
             optionally the username in the form of username at hostname)
             assigned to the device. Refer to the fence_egenera(8) man
             page for more information." rha:sample=""/>
+        </optional>
+        <optional>
+         <attribute name="pserver" rha:description="The pserver to operate on.  fence_egenera(8)" />
+        </optional>
+        <optional>
+         <attribute name="lpan" rha:description="The lpan to operate on.  fence_egenera(8)" />
+        </optional>
+        <optional>
+         <attribute name="action" rha:description="The action to perform (reboot, off, on, or status).  fence_egenera(8)" />
+        </optional>
+        <optional>
+         <attribute name="esh" rha:description="Path to the esh command on the cserver.  fence_egenera(8)" />
+        </optional>
+        <optional>
+         <attribute name="user" rha:description="See fence_egenera(8)" />
+        </optional>
+        <optional>
+         <attribute name="delay" rha:description="Wait this many seconds before fencing is started.  fence_egenera(8)" />
+        </optional>
        </group>
        <!-- FIXME: It appears that xCat is no longer supported. Found no
        fence agents for x Cat in RHEL 5.3. -->


More information about the cluster-commits mailing list