diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index 6c7981366..65816f7ae 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -1766,6 +1766,8 @@ sub process_request { #For mkhwconn .... if( $request->{hwtype} ne 'hmc' ) { $request_new->{hwtype} = $lasthcp_type; + } else { + $request_new->{fsp_api} = 0; } #print Dumper($request_new); @failed_nodes = () ;