mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 11:50:32 +00:00
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:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user