remove the consoleondemand related code in FSPmac.pm. In scaling test, set consoleondemand=yes in site table for conserver.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7968 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -446,23 +446,23 @@ sub getmacs {
 | 
			
		||||
	#    return( [[$node,"Node not found, lparid=$lparid",RC_ERROR]] );
 | 
			
		||||
        # }
 | 
			
		||||
        my $Rc;
 | 
			
		||||
        my $sitetab  = xCAT::Table->new('site');
 | 
			
		||||
        my $vcon = $sitetab->getAttribs({key => "conserverondemand"}, 'value');
 | 
			
		||||
        if ($vcon and $vcon->{"value"} and $vcon->{"value"} eq "yes" ) {
 | 
			
		||||
        #my $sitetab  = xCAT::Table->new('site');
 | 
			
		||||
        #my $vcon = $sitetab->getAttribs({key => "conserverondemand"}, 'value');
 | 
			
		||||
        #if ($vcon and $vcon->{"value"} and $vcon->{"value"} eq "yes" ) {
 | 
			
		||||
		#    $result = xCAT::PPCcli::lpar_netboot(
 | 
			
		||||
		#            $exp,
 | 
			
		||||
		#            $request->{verbose},
 | 
			
		||||
		#            $name,
 | 
			
		||||
		#            $d,
 | 
			
		||||
		#            $opt );
 | 
			
		||||
	       return( [[$node,"Not support conserverondemand's value is yes",RC_ERROR]] );
 | 
			
		||||
        } else {
 | 
			
		||||
        #   return( [[$node,"Not support conserverondemand's value is yes",RC_ERROR]] );
 | 
			
		||||
        #} else {
 | 
			
		||||
            #########################################
 | 
			
		||||
            # Manually collect MAC addresses.
 | 
			
		||||
            #########################################
 | 
			
		||||
            $result = do_getmacs( $request, $d, $exp, $name, $node );
 | 
			
		||||
        }
 | 
			
		||||
        $sitetab->close;
 | 
			
		||||
        #}
 | 
			
		||||
        #$sitetab->close;
 | 
			
		||||
        $Rc = shift(@$result);
 | 
			
		||||
  
 | 
			
		||||
        my $data;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user