Add a little message on success

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12751 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-16 20:55:43 +00:00
parent eb1bf16b15
commit daec39d3a2

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 };
}
}