From 5ace8a000eac54854726d893ae039dcbcedc5443 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 5 May 2015 20:48:27 +0100 Subject: [PATCH] fix duplicate documentation of DNS settings --- .../lib/App/Netdisco/Manual/Configuration.pod | 38 ++++++------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index a4213453..d2c09264 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -896,14 +896,19 @@ Value: Settings Tree. Default: hosts_file: '/etc/hosts' no: ['fe80::/64','169.254.0.0/16'] -After arpnip, each found IP will have its DNS name resolved. Similarly on -device discovery, all interface aliases will have their IPs resolved to names. +Controls the asynchronous DNS resolver used to resolve IP addresses to names +during arpnip and discovery of device aliases. -This setting controls how many outstanding DNS queries are permitted at any -time. You can also override this setting using the -C environment variable. Similarly, the -location of the Hosts file can be overridden in this config, or using the -C environment variable. +C sets the maximum number of outstanding requests for +asynchronous DNS resolution. This setting overrides the +C environment value and the C +library default of 10. + +Similarly, the location of the Hosts file can be overridden in this config, or +using the C environment variable. + +C is a list of IP addresses or CIDR ranges to excluded from DNS +resolution. Link local addresses are excluded by default. =head3 C @@ -1069,25 +1074,6 @@ workers (which allows you to have a scheduler-only node). C is the number of seconds between polling the database to find new jobs. This is a balance between responsiveness and database load. -=head3 C - -Value: Settings Tree. Default: - - dns: - max_outstanding: 250 - no: ['fe80::/64','169.254.0.0/16'] - -Controls the asynchronous DNS resolver used to resolve IP addresses to -names during arpnip and discovery of device aliases. - -C sets the maximum number of outstanding requests for -asynchronous DNS resolution. This setting overrides the -C environment value and the C -library default of 10. - -C is a list of IP addresses or CIDR ranges to excluded from DNS -resolution. Link local addresses are excluded by default. - =head3 C Value: Settings Tree. Default: None.