You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ya...@apache.org on 2014/02/03 23:52:54 UTC

git commit: updated refs/heads/master to 66989a9

Updated Branches:
  refs/heads/master b35eb04de -> 66989a936


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

Would able to accomodate one /21 network then.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/66989a93
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/66989a93
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/66989a93

Branch: refs/heads/master
Commit: 66989a9364501b91f5c3a64388ce62cd3e83e2d4
Parents: b35eb04
Author: Sheng Yang <sh...@citrix.com>
Authored: Mon Feb 3 14:49:31 2014 -0800
Committer: Sheng Yang <sh...@citrix.com>
Committed: Mon Feb 3 14:52:42 2014 -0800

----------------------------------------------------------------------
 systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl | 2 +-
 systemvm/patches/debian/config/etc/vpcdnsmasq.conf   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/66989a93/systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl b/systemvm/patches/debian/config/etc/dnsmasq.conf.tmpl
index a3e0bc8..07c5902 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

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/66989a93/systemvm/patches/debian/config/etc/vpcdnsmasq.conf
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/etc/vpcdnsmasq.conf b/systemvm/patches/debian/config/etc/vpcdnsmasq.conf
index 3622d0e..d46d623 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