This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - Add nodename attr to cman for automatic validation


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1f6fca6085ed19ea16e4bdbab2eb3a640100b5cb
Commit:        1f6fca6085ed19ea16e4bdbab2eb3a640100b5cb
Parent:        2af5c6aeef466c36ddd7a7bc4e528b9a2f857ed5
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Thu Sep 3 13:18:37 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Thu Sep 3 13:18:37 2009 -0400

Add nodename attr to cman for automatic validation

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

diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in
index 318afd6..04e6cc1 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -107,6 +107,9 @@ To validate your cluster.conf against this schema, run:
      </attribute>
     </optional>
     <optional>
+     <attribute name="nodename" rha:description="Local node name; this is set internally by cman-preconfig and should never be set by a user."/>
+    </optional>
+    <optional>
      <attribute name="broadcast">
       <data type="nonNegativeInteger"/>
      </attribute>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]