Comment 18 for bug 1371104

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/143996
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=238a26c07394bf141acdd1db8de28cb6651c60d5
Submitter: Jenkins
Branch: master

commit 238a26c07394bf141acdd1db8de28cb6651c60d5
Author: Sergii Golovatiuk <email address hidden>
Date: Thu Dec 25 16:41:59 2014 +0100

    Increase lease time for dhcp agent

    Usually failover takes a couple of minutes. 120 seconds is not enough so
    during failover VMs loose IP address, breaking the connectivity.
    Increasing the value to 600 allows

    * Minimaze the number of DHCPDISCOVER requests during failover
    * Minimaze the load on dnsmasq as it will be less frequently renewing IP
      addresses for VMs

    Change-Id: I7dc57e3f79ed8ee5e83c26e0c80d6a44e0840b4a
    Closes-Bug: 1371104