GitHub user resmo opened a pull request:
https://github.com/apache/cloudstack/pull/1266
[4.4] CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host enties
cherry-picked e7291fd600ce922a76b1fe9cd2c120a40d4cbc18 for 4.4 so bug can
be closed after merging into 4.4.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/resmo/cloudstack fix/4.4/CLOUDSTACK-9042
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1266.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1266
----
commit fcdbc94a30607a0d90f4a4a3dc1b326970b029ee
Author: Rene Moser <[email protected]>
Date: 2015-11-06T11:25:10Z
CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host enties
in /etc/dhcpentries.txt we had:
02:00:1e:07:01:53,set:10_102_92_5,10.102.92.5,songlog-1,infinite
02:00:0b:a2:00:3d,set:10_102_92_234,10.102.92.234,log-1,infinite
This sed matched unexpectetly "songlog-1" as well when "log-1" was
processed, resulting
missing dhcp entry for songlog-1.
Also fixed other potenials problems relating to sed matching.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---