refine rmdsklsnode message.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11462 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2012-02-03 06:40:04 +00:00
parent 18fb0675dd
commit 23cebd7a11

View File

@ -11730,7 +11730,7 @@ sub rmdsklsnode
# don't remove the def
my $rsp;
push @{$rsp->{data}},
"Node \'$nodename\' is currently in running state. The NIM definition will not be removed.";
"The Mstate of NIM machine \'$nodename\' is currently in running state. The NIM definition will not be removed. You can use -f flag to forcely remove it.";
xCAT::MsgUtils->message("E", $rsp, $callback);
$error++;
push(@nodesfailed, $nodename);