From f4e553c66283bdf21edded57aaf4607250241c75 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 20 Jan 2011 06:31:35 +0000 Subject: [PATCH] remove some code related to vcon git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8708 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPboot.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-xCAT/xCAT/FSPboot.pm b/perl-xCAT/xCAT/FSPboot.pm index 2236e7032..d46cd4c79 100644 --- a/perl-xCAT/xCAT/FSPboot.pm +++ b/perl-xCAT/xCAT/FSPboot.pm @@ -301,17 +301,17 @@ sub rnetboot { my $rsp={}; $rsp->{data}->[0] = "$node: Reinitializing the installation: $retries retry"; xCAT::MsgUtils->message("I", $rsp, $callback); - if ($vcon and $vcon->{"value"} and $vcon->{"value"} eq "yes" ) { + #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 { $result = do_rnetboot( $request, $d, $exp, $name, $node, \%opt ); - } + #} xCAT::Utils->monitor_installation($request, $monsettings); }