----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13626/#review25290 -----------------------------------------------------------
Commit 8babd390d685d60c8183c7e482ce80af334f1d96 in branch refs/heads/4.2 from Bharat Kumar [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=8babd39 ] CLOUDSTACK-4132 current dnsmasq config does not allow guest virtual machines(clients) to update its hostnames with a DNS server Introducing the option dhcp-client-update fails if the dnsmasq version is less than 2.6 (like in older templates). Added a check for the version in cloud-early-config. will add dhcp-client-update option in the config file only if the dnsmasq version is 2.6 and above. Signed-off-by: Jayapal <jaya...@apache.org> - ASF Subversion and Git Services On Aug. 19, 2013, 5:30 a.m., bharat kumar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13626/ > ----------------------------------------------------------- > > (Updated Aug. 19, 2013, 5:30 a.m.) > > > Review request for cloudstack, Abhinandan Prateek and Jayapal Reddy. > > > Bugs: Cloudstack-4321 > > > Repository: cloudstack-git > > > Description > ------- > > CLOUDSTACK-4132 current dnsmasq config does not allow guest virtual > machines(clients) to update its hostnames with a DNS server > Introducing the option dhcp-client-update fails if the version dnsmasq is > not above 2.6 (like in burbak template). > Added a check for the version. will add this option in the config file > only if the version is 2.6 and above. > > > Diffs > ----- > > patches/systemvm/debian/config/etc/init.d/cloud-early-config 736234c > > Diff: https://reviews.apache.org/r/13626/diff/ > > > Testing > ------- > > tested on 4.2. > with the burbank template by running updated cloud-early-config manually. > > > Thanks, > > bharat kumar > >