diff --git a/xCAT-server/lib/xcat/plugins/slpdiscover.pm b/xCAT-server/lib/xcat/plugins/slpdiscover.pm index 730c71c3f..b61b6e9ba 100644 --- a/xCAT-server/lib/xcat/plugins/slpdiscover.pm +++ b/xCAT-server/lib/xcat/plugins/slpdiscover.pm @@ -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 }; } }