Oops
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:
parent
1d76faed56
commit
00b344d8d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user