You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/10/29 15:59:08 UTC

[1/2] git commit: updated refs/heads/master to 323a2aa

Repository: cloudstack
Updated Branches:
  refs/heads/master 73c6c6c96 -> 323a2aaa2


CLOUDSTACK-8993: DHCP fails with "no address available" when an IP is reused

Repopulate /etc/dhcphosts.txt to remove old entries with the same IP address.


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

Branch: refs/heads/master
Commit: f413f69985edff722bf33d43ca0f57560bb8516d
Parents: 88dd300
Author: Joakim Sernbrant <jo...@trioptima.com>
Authored: Mon Oct 26 15:15:19 2015 +0100
Committer: Joakim Sernbrant <jo...@trioptima.com>
Committed: Wed Oct 28 15:05:59 2015 +0100

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f413f699/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py
index 881cef2..4c99f2e 100755
--- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py
+++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py
@@ -37,6 +37,8 @@ class CsDhcp(CsDataBag):
         self.cloud = CsFile(DHCP_HOSTS)
         self.conf = CsFile(CLOUD_CONF)
 
+        self.cloud.repopulate()
+
         for item in self.dbag:
             if item == "id":
                 continue


[2/2] git commit: updated refs/heads/master to 323a2aa

Posted by re...@apache.org.
Merge pull request #981 from serbaut/repopulate-dhcphost

CLOUDSTACK-8993: DHCP fails with "no address available" when an IP is reused

Repopulate /etc/dhcphosts.txt to remove old entries with the same IP address.

* pr/981:
  CLOUDSTACK-8993: DHCP fails with "no address available" when an IP is reused

Signed-off-by: Remi Bergsma <gi...@remi.nl>


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

Branch: refs/heads/master
Commit: 323a2aaa2af2f9dd6dff5860b58f4c590e01819b
Parents: 73c6c6c f413f69
Author: Remi Bergsma <gi...@remi.nl>
Authored: Thu Oct 29 15:56:54 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Thu Oct 29 15:56:54 2015 +0100

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/cs/CsDhcp.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------