From 28dce283910d3c1336a883be170d518062493b84 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 6 Jan 2011 09:28:20 +0000 Subject: [PATCH] remove some conserverondemand code from FSPboot.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8571 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPboot.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/perl-xCAT/xCAT/FSPboot.pm b/perl-xCAT/xCAT/FSPboot.pm index f206a84c0..2236e7032 100644 --- a/perl-xCAT/xCAT/FSPboot.pm +++ b/perl-xCAT/xCAT/FSPboot.pm @@ -268,22 +268,22 @@ sub rnetboot { } } - 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 perform boot. ######################################### $result = do_rnetboot( $request, $d, $exp, $name, $node, \%opt ); - } + #} $sitetab->close; if (defined($request->{opt}->{m})) {