diff --git a/perl-xCAT/xCAT/PPCconn.pm b/perl-xCAT/xCAT/PPCconn.pm index 75cc6f806..19c2f251f 100644 --- a/perl-xCAT/xCAT/PPCconn.pm +++ b/perl-xCAT/xCAT/PPCconn.pm @@ -488,6 +488,9 @@ sub mkhwconn my $ntype = $$d[4]; if ($ntype =~ /^(cec|frame|blade)$/) { + if ($ntype eq "blade") { + delete $opt->{port}; + } $cnode = xCAT::DBobjUtils::getchildren($node_name, $opt->{port}); } else { $cnode = $node_name;