From 41e516b1a6a29d0bf0ad781ec043f94fe61d50dd Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 3 Feb 2014 14:49:31 -0800 Subject: [PATCH] CLOUDSTACK-6018: Increase dnsmasq dhcp-lease-max to 2100 Would able to accomodate one /21 network then. (cherry picked from commit 50234ea72b29b3e192a3d80b8cb8d69e4309d141) Signed-off-by: Animesh Chaturvedi --- systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl | 2 +- systemvm/patches/debian/config/etc/vpcdnsmasq.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl b/systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl index a3e0bc84856..07c5902e118 100644 --- a/systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl +++ b/systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl @@ -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 diff --git a/systemvm/patches/debian/config/etc/vpcdnsmasq.conf b/systemvm/patches/debian/config/etc/vpcdnsmasq.conf index 3622d0e7916..d46d6236950 100644 --- a/systemvm/patches/debian/config/etc/vpcdnsmasq.conf +++ b/systemvm/patches/debian/config/etc/vpcdnsmasq.conf @@ -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