cluster: RHEL6 - config: Add missing qdiskd options

Lon Hohberger lon at fedoraproject.org
Wed Jan 12 15:51:22 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=d1a690206bfbf29ff9149fbfef7d9010606e8d1f
Commit:        d1a690206bfbf29ff9149fbfef7d9010606e8d1f
Parent:        1c812b3cabbe4a8669f7c5d98a4b1a0a1ff91767
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Wed Dec 1 15:21:01 2010 -0500
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Wed Jan 12 10:51:05 2011 -0500

config: Add missing qdiskd options

upgrade_wait, tko_up, use_uptime

Resolves: rhbz#645830

Signed-off-by: Lon Hohberger <lhh at redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 config/tools/xml/cluster.rng.in |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in
index 55c2513..c7f3d43 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -305,6 +305,15 @@ To validate your cluster.conf against this schema, run:
     <attribute name="priority" rha:description="Scheduler priority. qdisk(5)." rha:sample=""/>
    </optional>
    <optional>
+    <attribute name="tko_up" rha:description="Amount of positive changes before a host is considered online. qdisk(5)." rha:sample=""/>
+   </optional>
+   <optional>
+    <attribute name="upgrade_wait" rha:description="Amount of cycles wait for conflicts for a bid for master status. qdisk(5)." rha:sample=""/>
+   </optional>
+   <optional>
+    <attribute name="use_uptime" rha:description="Use /proc/uptime instead of gettimeofday(). qdisk(5)." rha:sample=""/>
+   </optional>
+   <optional>
     <attribute name="stop_cman" rha:description="Stop cman if the quorum disk cannot be found during startup. qdisk(5)." rha:sample=""/>
    </optional>
    <optional>


More information about the cluster-commits mailing list