From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Pokorný Date: Sat, 15 Mar 2014 01:01:21 +0100 Subject: [Cluster-devel] [PATCH 1/2] rng: more strict validation of failoverdomains wrt. priority attr. In-Reply-To: <1394841682-21621-1-git-send-email-jpokorny@redhat.com> References: <1394841682-21621-1-git-send-email-jpokorny@redhat.com> Message-ID: <1394841682-21621-2-git-send-email-jpokorny@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit unordered FO: optional priority 0 (no other value makes sense) ordered FO: optional priority [0, 100] (ditto) Signed-off-by: Jan Pokorn? --- config/tools/xml/cluster.rng.in.head | 80 +++++++++++++++++++++++++++--------- 1 file changed, 61 insertions(+), 19 deletions(-) diff --git a/config/tools/xml/cluster.rng.in.head b/config/tools/xml/cluster.rng.in.head index 86f384f..919ff5e 100644 --- a/config/tools/xml/cluster.rng.in.head +++ b/config/tools/xml/cluster.rng.in.head @@ -904,31 +904,73 @@ To validate your cluster.conf against this schema, run: - - - - - - - - + + + + + + + + + 0 + + + + + + + 0 + + + + + + + + - + - - - + + + + 0 + + + + + + + + + 0 + 100 + + + + + + + + -- 1.8.5.3