diff --git a/perl-xCAT/xCAT/FSPmac.pm b/perl-xCAT/xCAT/FSPmac.pm index ced4f1a87..1dc3c49ea 100644 --- a/perl-xCAT/xCAT/FSPmac.pm +++ b/perl-xCAT/xCAT/FSPmac.pm @@ -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;