cluster: STABLE3 - config: Add missing cman_label

Lon Hohberger lon at fedoraproject.org
Fri Jul 16 21:03:51 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9357feeacf86e437f63b6dba0da96a5811e97c91
Commit:        9357feeacf86e437f63b6dba0da96a5811e97c91
Parent:        d6da8cc3ae8121074ed9330db0f236ecdd4b322f
Author:        Federico Simoncelli <federico.simoncelli at gmail.com>
AuthorDate:    Thu Jul 15 10:37:40 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Fri Jul 16 16:41:35 2010 -0400

config: Add missing cman_label

According to qdisk manual (and qdiskd source code)
it is possible to configure the cman_label
attribute for the quorumd element:

cman_label="mylabel"
  This overrides the label advertised to CMAN if
  present.

Although it can not be validated against cluster.rng.

Resolves: rhbz#614356

Signed-off-by: Lon Hohberger <lhh at 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 bb276a5..c24edb7 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -280,6 +280,9 @@ To validate your cluster.conf against this schema, run:
         where the quorum device name differs among nodes. qdisk(5)." rha:sample=""/>
    </optional>
    <optional>
+    <attribute name="cman_label" rha:description="" rha:sample=""/>
+   </optional>
+   <optional>
     <attribute name="status_file" rha:description="Debugging file. qdisk(5)." rha:sample=""/>
    </optional>
    <optional>


More information about the cluster-commits mailing list