in PPCconn.pm , it will match the FSPs' IPs after querying.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13041 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2012-06-08 10:01:21 +00:00
parent e2e71fe5a5
commit 029623589a

View File

@ -826,7 +826,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);
}