cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] config: Add missing qdiskd options
@ 2011-01-12 15:04 Lon Hohberger
  2011-01-12 15:42 ` Fabio M. Di Nitto
  0 siblings, 1 reply; 3+ messages in thread
From: Lon Hohberger @ 2011-01-12 15:04 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Cluster-devel] [PATCH] config: Add missing qdiskd options
@ 2011-01-12 15:09 Lon Hohberger
  0 siblings, 0 replies; 3+ messages in thread
From: Lon Hohberger @ 2011-01-12 15:09 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Cluster-devel] [PATCH] config: Add missing qdiskd options
  2011-01-12 15:04 [Cluster-devel] [PATCH] config: Add missing qdiskd options Lon Hohberger
@ 2011-01-12 15:42 ` Fabio M. Di Nitto
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio M. Di Nitto @ 2011-01-12 15:42 UTC (permalink / raw)
  To: cluster-devel.redhat.com

ACK?ed

Fabio

On 1/12/2011 4:04 PM, Lon Hohberger wrote:
> 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@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>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-12 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 15:04 [Cluster-devel] [PATCH] config: Add missing qdiskd options Lon Hohberger
2011-01-12 15:42 ` Fabio M. Di Nitto
  -- strict thread matches above, loose matches on Subject: below --
2011-01-12 15:09 Lon Hohberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).