From 3474107aee1f8a552c5e39027d4dc2d7ad1c9d7a Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 9 Dec 2010 07:29:16 +0000 Subject: [PATCH] fixed bug 3132591; mkhwconn for BPA and its related FSPs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8364 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 2 ++ 1 file changed, 2 insertions(+) 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 = () ;