cluster: STABLE3 - config: Allow multiple logging_daemon tags

Lon Hohberger lon at fedoraproject.org
Thu Jul 15 19:57:58 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=254d40f98fc333b4bee96862ff7ce2b36dcb2a1c
Commit:        254d40f98fc333b4bee96862ff7ce2b36dcb2a1c
Parent:        4c4a0b491a95772e2f4ee3255d4c9a34e27098fc
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Jul 15 15:57:21 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Thu Jul 15 15:57:21 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 bae3d1d..bb276a5 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -626,7 +626,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)">
 
@@ -661,7 +661,7 @@ To validate your cluster.conf against this schema, run:
      </optional>
 
     </element>
-   </optional>
+   </zeroOrMore>
 
   </element>
  </optional>


More information about the cluster-commits mailing list