Add a little message on success

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12752 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-16 20:56:12 +00:00
parent a9c0248442
commit 33c53a8182

View File

@ -124,6 +124,7 @@ sub process_request {
unless (do_blade_setup($data,curraddr=>$addr)) {
next;
}
sendmsg(":Configuration of ".$nodename." complete, configuration may take a few minutes to take effect",$callback);
$macuphash{$nodename} = { mac => $mac };
}
}