Remove error message of shutdown, since anyway we need to go ahead even if the shutdown is failed.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8522 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2010-12-29 09:06:56 +00:00
parent 89d925a68e
commit 357ca6ab3b

View File

@ -9500,17 +9500,6 @@ sub rmdsklsnode
$output =
xCAT::InstUtils->xcmd($callback, $subreq, "xdsh", $nodename,
$scmd, 0);
if ($::RUNCMD_RC != 0)
{
my $rsp;
push @{$rsp->{data}},
"Could not shut down node \'$nodename\'.";
xCAT::MsgUtils->message("E", $rsp, $callback);
$error++;
#push(@nodesfailed, $nodename);
#next;
}
}
else
{