Tweak some messages on slpdiscover

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12928 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-24 19:40:21 +00:00
parent fef814d4d4
commit 7d0636aa8f

View File

@ -150,7 +150,7 @@ sub process_request {
next;
}
if ($data->{SrvType} eq "service:management-hardware.IBM:chassis-management-module") {
sendmsg(":Found ".$nodename." which seems to be ".$data->{SrvType}." at address $addr",$callback);
sendmsg(":Found ".$data->{SrvType}." at address $addr",$callback,$nodename);
unless (do_blade_setup($data,curraddr=>$addr)) {
next;
}
@ -158,7 +158,7 @@ sub process_request {
unless (do_blade_setup($data,curraddr=>$addr,pass2=>1)) {
next;
}
sendmsg(":Configuration of ".$nodename." complete, configuration may take a few minutes to take effect",$callback);
sendmsg(":Configuration complete, configuration may take a few minutes to take effect",$callback,$nodename);
$macuphash{$nodename} = { mac => $mac };
}
}