----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21431/#review47191 -----------------------------------------------------------
Commit 0e50cb1246f762e9d1f0ece937395ffb193c6452 in cloudstack's branch refs/heads/4.3 from Joris van Lieshout [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=0e50cb1 ] CLOUDSTACK-6665: A fix for vpc routers not releasing dhcp leases. Author: John Nielsen <j...@betterservers.com> Signed-off-by: Sebastien Goasguen <run...@gmail.com> - ASF Subversion and Git Services On May 20, 2014, 9:05 a.m., Joris van Lieshout wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/21431/ > ----------------------------------------------------------- > > (Updated May 20, 2014, 9:05 a.m.) > > > Review request for cloudstack, daan Hoogland, Hugo Trippaers, and Sheng Yang. > > > Bugs: cloudstack-6665 > https://issues.apache.org/jira/browse/cloudstack-6665 > > > Repository: cloudstack-git > > > Description > ------- > > The releasing of dhcp leases on vpc routers fails because the network on > which the instance that holds the lease lives is not behind eth0, like with > normal router vms. The current code assumes eth0, this patch will make > interface selection dynamic based on the ipv4 address of the instance. > > > Diffs > ----- > > systemvm/patches/debian/config/opt/cloud/bin/edithosts.sh c1046c6 > > Diff: https://reviews.apache.org/r/21431/diff/ > > > Testing > ------- > > Tested on vpc routers in our own environment. Manual workaround for vpc > experiencing this issue was to execute the command in this patch by hand. > > > Thanks, > > Joris van Lieshout > >