Editing dhcpd.conf without corrupting leases

Randall C Grimshaw rgrimsha at syr.edu
Tue Apr 14 15:51:48 UTC 2009



Under the possibility that it might be buffers in his environment, could a solution be as simple as issuing a 'sync' command before restarting?



-----Original Message-----
From: dhcp-users-bounces at lists.isc.org [mailto:dhcp-users-bounces at lists.isc.org] On Behalf Of John Hascall
Sent: Tuesday, April 14, 2009 10:19 AM
To: Users of ISC DHCP
Subject: Re: Editing dhcpd.conf without corrupting leases 



Darren <perl-list at network1.net> writes:
>                                               A second possibility  
> could be that they have enormous amounts of activity from a large  
> customer base or very short lease times, so that dhcpd is almost  
> constantly writing to the lease file.

Well, I'm guessing not as we kick our leases file pretty hard
(average 10, upto maybe 30, leases per second as we give leases
as short as 5 minutes).

But after looking at the lease writing code, it occurs to me that
perhaps the OP has a complicated enough config that his leases
exceed whatever the default buffer size of stdio(fprintf) is on
his platform, so he is getting a buffer flush in the middle of
the lease (before the one in commit_leases)?

John



[previous context]
> On Apr 14, 2009, at 8:03 AM, John Hascall wrote:
> 
> >
> >> when you get to this sort of large numbers of static hosts
> >> and modification numbers then the best way is to move all
> >> of it to a DB back end. generate a dhcpd.conf.new from
> >> the DB entries, then do a sanity check (hopefully the
> >> code producing the config file from the DB will stop
> >> weird and broken entries anyway!)
> >
> > While I agree with this, I'm not sure it solves the OP's
> > problem which is a corrupt leases file, not a corrupt
> > config file.
> >
> > I'm still wondering how the OP is (multiple times) seeing a
> > corrupt leases file on restart, because I just checked my logs
> > and we've done over a million dhcp restarts since we started
> > with 'NetReg' and have yet to see this.  Either there must be
> > some fundamental difference in our installations or they are
> > doing jillions of restarts and/or are the unluckiest bastards
> > on the planet.

> > John
_______________________________________________
dhcp-users mailing list
dhcp-users at lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users



More information about the dhcp-users mailing list