in direct attach, the connection between each cec and the hdwr_svr should be created.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8227 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2010-11-22 10:09:49 +00:00
parent 1b34104af7
commit e7f2a3c55b

View File

@ -389,11 +389,11 @@ sub rmhwconn_parse_args
return ( usage("Attribute nodetype.nodetype cannot be found for node(s) $tmp_nodelist"));
}
if (scalar(@bpa_ctrled_nodes))
{
my $tmp_nodelist = join ',', @bpa_ctrled_nodes;
return ( usage("Node(s) $tmp_nodelist is(are) controlled by BPA."));
}
#if (scalar(@bpa_ctrled_nodes))
#{
# my $tmp_nodelist = join ',', @bpa_ctrled_nodes;
# return ( usage("Node(s) $tmp_nodelist is(are) controlled by BPA."));
#}
if ( scalar( @frame_members))
{