cluster: STABLE3 - config: Add resource-defaults section

Lon Hohberger lon at fedoraproject.org
Thu Sep 2 14:02:42 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=17db8d14d8a3b9a79e025310a22c7a532fb67d97
Commit:        17db8d14d8a3b9a79e025310a22c7a532fb67d97
Parent:        5bddd1e21098a183560f64a569dd15fa8fdca1a8
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Sep 2 09:58:42 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Thu Sep 2 09:58:42 2010 -0400

config: Add resource-defaults section

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

diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in
index e5ee893..fad30ad 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -901,6 +901,13 @@ To validate your cluster.conf against this schema, run:
      </zeroOrMore>
     </element>
    </optional>
+   <optional>
+    <element name="resource-defaults" rha:description="This section allows the administrator to change defaults for resource agents.  Overriding parameters which must be unique is not allowed.  Overriding a value which, by default, inherits a value from a parent resource will disable inheritance for that resource type.">
+     <zeroOrMore>
+      <ref name="CHILDREN"/>
+     </zeroOrMore>
+    </element>
+   </optional>
    <zeroOrMore>
     <ref name="SERVICE"/>
    </zeroOrMore>


More information about the cluster-commits mailing list