config: Add missing qdiskd options
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>
|