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:
parent
a5366accac
commit
83e243e692
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user