File add_doc_for_cman_label_attribute.patch of Package cluster
From 0a884cdb93b9751598fb6e91598ee9c3c4132fb5 Mon Sep 17 00:00:00 2001
From: Lon Hohberger <lhh@redhat.com>
Date: Thu, 15 Jul 2010 10:43:26 -0400
Subject: [PATCH] config: Add doc for cman_label attribute
Resolves: rhbz#614356
Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
config/tools/xml/cluster.rng.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in
index 1e22a52..780669f 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -280,7 +280,7 @@ 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=""/>
+ <attribute name="cman_label" rha:description="This is the name used by CMAN for the quorum device instead of the device name. qdisk(5)." rha:sample=""/>
</optional>
<optional>
<attribute name="status_file" rha:description="Debugging file. qdisk(5)." rha:sample=""/>
--
1.6.2.5