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 - config: Include 'port' as cman option


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=e9b693a4d2f234d8b69556558a6f5619b6410018
Commit:        e9b693a4d2f234d8b69556558a6f5619b6410018
Parent:        f77f286c34c8cd0ac904528341c07f5b4370470a
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Fri Mar 13 09:51:01 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Wed Mar 18 10:20:17 2009 -0400

config: Include 'port' as cman option

---
 config/tools/xml/cluster.rng |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/tools/xml/cluster.rng b/config/tools/xml/cluster.rng
index d65cb53..afac964 100644
--- a/config/tools/xml/cluster.rng
+++ b/config/tools/xml/cluster.rng
@@ -64,6 +64,9 @@ To validate your cluster.conf against this schema, run:
     <attribute name="disable_openais"/>
    </optional>
    <optional>
+    <attribute name="port"/>
+   </optional>
+   <optional>
     <element name="multicast">
      <attribute name="addr"/>
     </element>


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