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