From 5efa7ab42b8d536930ab3af7372dd95e9e4ec1f5 Mon Sep 17 00:00:00 2001 From: cxhong Date: Fri, 12 Oct 2018 05:33:28 -0400 Subject: [PATCH] Modify the output message if failed pping_hostname() (#5664) * Modify output message --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index f95b55c36..ecafd5446 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -3441,7 +3441,7 @@ sub verify_targets { my $rsp = {}; $rsp->{error}->[0] = -"$user_target is not responding. No command will be issued to this host."; +"$user_target is not responding, make sure it is a node object and is defined in xCATdb. No command will be issued to this host."; xCAT::MsgUtils->message("E", $rsp, $::CALLBACK); # report error status --nodestatus