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
This commit is contained in:
jjhua 2011-01-20 06:31:35 +00:00
parent 1faebe1804
commit f4e553c662

View File

@ -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);
}