cluster: STABLE31 - config: Add 'disabled' flag to rm element

Lon Hohberger lon at fedoraproject.org
Mon Aug 1 20:37:45 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=8e6660824136681b73506d49776f70b8a372ec63
Commit:        8e6660824136681b73506d49776f70b8a372ec63
Parent:        edc20419a06e9c96cabdf070ba676562ad22ec2c
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Jul 21 11:21:43 2011 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Mon Aug 1 16:34:23 2011 -0400

config: Add 'disabled' flag to rm element

Related: rhbz#723925

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

diff --git a/config/tools/xml/cluster.rng.in.head b/config/tools/xml/cluster.rng.in.head
index f9606ad..7696533 100644
--- a/config/tools/xml/cluster.rng.in.head
+++ b/config/tools/xml/cluster.rng.in.head
@@ -869,6 +869,11 @@ To validate your cluster.conf against this schema, run:
        of the following keywords: auth, authpriv, cron, daemon, kern,
        lpr, mail, news, syslog, user, uucp and local0 through local7"/>
    </optional>
+   <optional>
+    <attribute name="disabled" rha:description="Disables rgmanager entirely if set to 1.  Do not set unless you really mean it." rha:sample="">
+     <data type="integer"/>
+    </attribute>
+   </optional>
    <interleave>
    <optional>
     <element name="failoverdomains" rha:description="Failover domain definitions.">


More information about the cluster-commits mailing list