----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21431/ -----------------------------------------------------------
(Updated May 14, 2014, 1:58 p.m.) Review request for cloudstack, daan Hoogland, Hugo Trippaers, and Sheng Yang. Changes ------- Sorry for the wrong patch format at first. 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 (updated) ----- systemvm/patches/debian/config/opt/cloud/bin/edithosts.sh 70c95a8 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