[ https://issues.apache.org/jira/browse/CLOUDSTACK-9042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013486#comment-15013486 ]
ASF GitHub Bot commented on CLOUDSTACK-9042: -------------------------------------------- Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1093#issuecomment-158050587 @resmo: that file is used by HyperV. I have refactored it and removed the files that have to be removed. Have a look at PR #1084 It was difficult to find because the HyperV Resource had the files all hard-coded. The change I made is like: ``` final String command = String.format("%s%s %s", "/root/", VRScripts.DHCP, args); ``` Cheers, Wilder > 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)