CLOUDSTACK-6018: Increase dnsmasq dhcp-lease-max to 2100

Would able to accomodate one /21 network then.
This commit is contained in:
Sheng Yang 2014-02-03 14:49:31 -08:00
parent b35eb04de3
commit 66989a9364
2 changed files with 2 additions and 2 deletions

View File

@ -501,7 +501,7 @@ dhcp-option=vendor:MSFT,2,1i
#dhcp-boot=/var/ftpd/pxelinux.0,boothost,tftp_server_name
# Set the limit on DHCP leases, the default is 150
#dhcp-lease-max=150
dhcp-lease-max=2100
# The DHCP server needs somewhere on disk to keep its lease database.
# This defaults to a sane location, but if you want to change it, use

View File

@ -334,7 +334,7 @@ dhcp-option=vendor:MSFT,2,1i
#dhcp-boot=/var/ftpd/pxelinux.0,boothost,192.168.0.3
# Set the limit on DHCP leases, the default is 150
#dhcp-lease-max=150
dhcp-lease-max=2100
# The DHCP server needs somewhere on disk to keep its lease database.
# This defaults to a sane location, but if you want to change it, use