[Pacemaker] [PATCH] ping RA: The host list must be provided

Andrew Beekhof andrew at beekhof.net
Thu Sep 2 02:18:45 EDT 2010


Applied. Thanks!

On Wed, Sep 1, 2010 at 12:26 PM, Bernd Schubert
<bs_lists at aakef.fastmail.fm> wrote:
> ping RA: The host list must be provided
>
> While pingd allows to connect to heartbeat to get all
> peer nodes, the ping script RA cannot do that.
> Accordingly the hostlist is a required argument.
>
> Signed-off-by: Bernd Schubert <bschubert at ddn.com>
>
>
> diff --git a/extra/resources/ping b/extra/resources/ping
> --- a/extra/resources/ping
> +++ b/extra/resources/ping
> @@ -78,9 +78,9 @@ The number by which to multiply the numb
>  <content type="integer" default=""/>
>  </parameter>
>
> -<parameter name="host_list" unique="0">
> +<parameter name="host_list" unique="0" required="1">
>  <longdesc lang="en">
> -The list of ping nodes to count.  Defaults to all configured ping nodes.  Rarely needs to be specified.
> +The list of ping nodes to count.
>  </longdesc>
>  <shortdesc lang="en">Host list</shortdesc>
>  <content type="string" default=""/>
>
>
> --
> Bernd Schubert
> DataDirect Networks
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>




More information about the Pacemaker mailing list