git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13062 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2012-06-11 18:31:01 +00:00
parent 1d76faed56
commit 00b344d8d0

View File

@ -12457,10 +12457,10 @@ sub rmdsklsnode
# don't remove the def
my $rsp;
push @{$rsp->{data}},
"The node \'$name\' is currently running. Use the -f flag to force the removal.";
"The node \'$name\' is currently running. Use the -f flag to force the removal of the NIM client definition.";
xCAT::MsgUtils->message("E", $rsp, $callback);
$error++;
push(@nodesfailed, $name);
push(@nodesfailed, $nodename);
next;
}
} # end - if not REMDEF