[Cluster-devel] [PATCH] config: Add missing qdiskd options

Lon Hohberger lhh at redhat.com
Wed Jan 12 15:04:06 UTC 2011


upgrade_wait, tko_up, use_uptime

This is a clean cherry-pick in to the RHEL6 branch.

Resolves: rhbz#645830

Signed-off-by: Lon Hohberger <lhh 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 ba5087b..2f34d6a 100644
--- a/config/tools/xml/cluster.rng.in
+++ b/config/tools/xml/cluster.rng.in
@@ -295,6 +295,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>
-- 
1.7.1.1




More information about the Cluster-devel mailing list