From ce4159a002620779241106a9fdb176aa424dc5bb Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 8 Jun 2012 09:57:22 +0000 Subject: [PATCH] in PPCconn.pm , it will match the FSPs' IPs after querying. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13040 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index f98c686fc..876c0987b 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -802,7 +802,7 @@ sub preprocess_nodes { # In the HMC hardware control environment, the mkhwconn/rmhwconn commands will use the FSPs' IPs or # the BPAs' IPs. So it also need to collect the CECs' FSPs, and Frames' BPA here. ########################################################## - if ( $request->{fsp_api} == 1 || $request->{command} =~ /^(mkhwconn|rmhwconn)$/) { + if ( $request->{fsp_api} == 1 || $request->{command} =~ /^(mkhwconn|rmhwconn|lshwconn)$/) { xCAT::FSPUtils::getHcpAttribs($request, \%tabs); }