mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-21 11:51:10 +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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user