Tweak some messages on slpdiscover
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6691f1a6a5
commit
1343fe6240
@ -147,7 +147,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;
|
||||
}
|
||||
@ -155,7 +155,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 };
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user