fixed defect 3043952

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7359 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2010-09-06 08:03:28 +00:00
parent 3455c10421
commit 04a8504c1e

View File

@ -1755,13 +1755,16 @@ sub process_request {
%$request_new =%$request;
$request_new->{node} = \@next;
$request_new->{fsp_api} = 0;
if($lasthcp_type =~ /^(fsp|bpa)$/ && $request->{hwtype} ne 'hmc' ) {
if($lasthcp_type =~ /^(fsp|bpa)$/ ) {
#my $fsp_api = check_fsp_api($request);
#if($fsp_api == 0 ) {
$request_new->{fsp_api} = 1;
$request_new->{hwtype} = $lasthcp_type;
# }
}
#For mkhwconn ....
if( $request->{hwtype} ne 'hmc' ) {
$request_new->{hwtype} = $lasthcp_type;
}
#print Dumper($request_new);
@failed_nodes = () ;
process_command( $request_new , \%hcps_will, \@failed_nodes, \%failed_msg);