Robin Hack
2013-Jan-15 20:35 UTC
[nsd-users] [PATCHES]: Don't check zone files modification after NSD start or after receiving HUP signal.
Hi. I am sending a set of patches, which add options to a configuration file: diable-zonefiles-check:yes/no - enable/disable check of zone files modification after NSD start disable-zonefiles-check-hup: yes/no - disable/enable check of zone files modification after receiving HUP signal Our servers hold over 150 000 zones and it is not required big disk operations (call stat() on each file) after NSD start or receive HUP signal. Maybe someone will like these configuration options. Changes and upgrades are welcome :). This patches and other patches are also available on my github. https://github.com/marmolak/nsd-4.0-personal-patches Maybe they will be interesting and inspirating for someone. Best regards, Robin Hack -------------- next part -------------- A non-text attachment was scrubbed... Name: nsd-4.0b2-disable-zonefiles-check.patch Type: application/octet-stream Size: 3098 bytes Desc: not available URL: <http://lists.nlnetlabs.nl/pipermail/nsd-users/attachments/20130115/a3ff9393/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: nsd-4.0b2-disable-zonefiles-check-hup.patch Type: application/octet-stream Size: 3024 bytes Desc: not available URL: <http://lists.nlnetlabs.nl/pipermail/nsd-users/attachments/20130115/a3ff9393/attachment-0001.obj>
Robin Hack
2013-Jan-15 21:19 UTC
[nsd-users] [PATCHES]: Don't check zone files modification after NSD start or after receiving HUP signal.
Sorry, i forgot.Patches are for NSD 4.0beta2. On Tue, Jan 15, 2013 at 9:35 PM, Robin Hack <hack.robin at gmail.com> wrote:> Hi. > > I am sending a set of patches, which add options to a configuration file: > diable-zonefiles-check:yes/no - enable/disable check of zone files > modification after NSD start > disable-zonefiles-check-hup: yes/no - disable/enable check of zone > files modification after receiving HUP signal > > Our servers hold over 150 000 zones and it is not required big disk > operations (call stat() on each file) after NSD start or receive HUP > signal. > Maybe someone will like these configuration options. > > Changes and upgrades are welcome :). > > This patches and other patches are also available on my github. > https://github.com/marmolak/nsd-4.0-personal-patches > Maybe they will be interesting and inspirating for someone. > > Best regards, > Robin Hack