mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
Modify the output message if failed pping_hostname() (#5664)
* Modify output message
This commit is contained in:
parent
40d74ace1b
commit
5efa7ab42b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user