[ https://issues.apache.org/jira/browse/CLOUDSTACK-9042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021579#comment-15021579
]
ASF subversion and git services commented on CLOUDSTACK-9042:
-------------------------------------------------------------
Commit fd44bc5f3d9c03a4d383d237dc91a65db0bbea87 in cloudstack's branch refs/heads/4.5 from
[~rohit.yadav@shapeblue.com]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=fd44bc5 ]
Merge pull request #1045 from resmo/CLOUDSTACK-9042-4.5
[4.5] CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host entiesin /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.
* pr/1045:
CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host enties
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
> VR: Missing dhcp entries in /etc/dhpchosts.txt after starting a few VMs
> -----------------------------------------------------------------------
>
> Key: CLOUDSTACK-9042
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9042
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the default.)
> Components: Virtual Router
> Affects Versions: 4.4.4, 4.5.2
> Reporter: René Moser
> Assignee: René Moser
> Priority: Critical
> Fix For: 4.4.5, 4.5.3
>
>
> VR advanced networking.
> We experienced an issue when a few VMs were started at a time, some of them and always
the same ones did not receive a IP from DHCP.
> After a debuging, we identified the problem in this sed command in
> ./systemvm/patches/debian/config/opt/cloud/bin/edithosts.sh
> the VM which was not in /etc/dhcphosts.txt was named:
> songlog-1
> When another VM was started named "log-1" the "songlog-1" entry was removed unexpectedly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|