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
This commit is contained in:
jjhua 2010-12-09 07:29:16 +00:00
parent a454667d63
commit 3474107aee

View File

@ -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 = () ;