mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	-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:
		@@ -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})
 | 
			
		||||
 
 | 
			
		||||
@@ -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']);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user