Change from using dping to pping
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@189 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0be33fd9e1
commit
6f8f903393
@ -3044,9 +3044,9 @@ sub verify_targets
|
||||
my @no_response = ();
|
||||
my %rsp;
|
||||
$rsp->{data}->[0] =
|
||||
"TRACE:Verifying remaining targets with dping command.\n";
|
||||
"TRACE:Verifying remaining targets with pping command.\n";
|
||||
$dsh_trace && xCAT::MsgUtils->message("I", $rsp, $::CALLBACK);
|
||||
@no_response = xCAT::DSHCore->dping_hostnames(@ping_list);
|
||||
@no_response = xCAT::DSHCore->pping_hostnames(@ping_list);
|
||||
|
||||
foreach $hostname (@no_response)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user