2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Fix makeconfluentcfg -d

makeconfluentcfg -d erroneously would exit after only considering
the first possible node.  Allow it to iterate over all the
confluent nodes seeking a match.
This commit is contained in:
Jarrod Johnson 2016-08-31 10:01:31 -04:00
parent a5366accac
commit 83e243e692

View File

@ -395,8 +395,8 @@ sub donodeent {
if ($cfgenthash->{$confnode}) {
$confluent->delete('/nodes/' . $confnode);
}
return;
}
return;
}
my @toconfignodes = keys %{$cfgenthash};
my $ipmitab = xCAT::Table->new('ipmi', -create => 0);