Sync fix for bug 3202
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14878 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3237dc7029
commit
b09d4b62d0
@ -1009,7 +1009,8 @@ sub add_or_delete_records {
|
||||
}
|
||||
my $zone;
|
||||
foreach $zone (keys %{$ctx->{updatesbyzone}}) {
|
||||
my $resolver = Net::DNS::Resolver->new(nameservers=>[$ctx->{nsmap}->{$zone}]);
|
||||
my $ip = xCAT::NetworkUtils->getipaddr($ctx->{nsmap}->{$zone});
|
||||
my $resolver = Net::DNS::Resolver->new(nameservers=>[$ip]);
|
||||
my $entry;
|
||||
my $numreqs = 300; # limit to 300 updates in a payload, something broke at 644 on a certain sample, choosing 300 for now
|
||||
my $update = Net::DNS::Update->new($zone);
|
||||
|
Loading…
x
Reference in New Issue
Block a user