-Restore service pool dynamic load balancing behavior, I think

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5351 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-03-03 14:24:27 +00:00
parent ea32cbab16
commit 5a96c881ef
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ sub mknetboot
{
$xcatmaster = $ient->{xcatmaster};
} else {
$callback->({error=>"Error: xcatmaster for $node is not set!\nPlease check the noderes table",errorcode=>[1]});
$xcatmaster = '!myipfn!'; #allow service nodes to dynamically nominate themselves as a good contact point, this is of limited use in the event that xcat is not the dhcp/tftp server
}
if ($ient and $ient->{tftpserver})

View File

@ -236,7 +236,7 @@ sub mknetboot
{
$xcatmaster = $ient->{xcatmaster};
} else {
$callbck->({error=>"Error: xcatmaster for $node is not set!\nPlease check the noderes table",errorcode=>[1]});
$xcatmaster = '!myipfn!'; #allow service nodes to dynamically nominate themselves as a good contact point, this is of limited use in the event that xcat is not the dhcp/tftp server
}
$ient = $restab->getNodeAttribs($node, ['tftpserver']);