diff --git a/xCAT-server/share/xcat/scripts/configcumulus b/xCAT-server/share/xcat/scripts/configcumulus index 7a6cbb55d..f55953d95 100755 --- a/xCAT-server/share/xcat/scripts/configcumulus +++ b/xCAT-server/share/xcat/scripts/configcumulus @@ -73,7 +73,7 @@ if ($::SWITCH) { my $switchestab = xCAT::Table->new('switches'); my $switches_hash = $switchestab->getNodesAttribs(\@filternodes,['switchtype']); foreach my $fsw (@filternodes) { - if (($switches_hash->{$fsw}->[0]->{switchtype}) =~ /cumulus/) { + if (($switches_hash->{$fsw}->[0]->{switchtype}) =~ /onie/) { push @nodes, $fsw; } else { xCAT::MsgUtils->message("E","The $fsw is not cumulus switch, will not config");