cluster: RHEL6 - config: Allow multiple logging_daemon tags

Lon Hohberger lon at fedoraproject.org
Mon Jul 19 13:42:56 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=df78623ff098681a3e9b9154f4d6e270bf38f121
Commit:        df78623ff098681a3e9b9154f4d6e270bf38f121
Parent:        d1f160b7adc26c41029186d071e4562ffcd98a4b
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Jul 15 15:57:21 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Mon Jul 19 09:42:15 2010 -0400

config: Allow multiple logging_daemon tags

Resolves: rhbz#614961

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

diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in
index 8176f6f..ba5087b 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -629,7 +629,7 @@ To validate your cluster.conf against this schema, run:
         messages in log file. cluster.conf(5)"/>
    </optional>
 
-   <optional>
+   <zeroOrMore>
     <element name="logging_daemon" rha:description="Defines
         daemon-specific logging configuration. cluster.conf(5)">
 
@@ -664,7 +664,7 @@ To validate your cluster.conf against this schema, run:
      </optional>
 
     </element>
-   </optional>
+   </zeroOrMore>
 
   </element>
  </optional>


More information about the cluster-commits mailing list