You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/10/28 15:02:33 UTC

[GitHub] [cloudstack] GabrielBrascher commented on issue #3351: Have persistent DHCP leases file on VRs and cleanup /etc/hosts on VM deletion

GabrielBrascher commented on issue #3351: Have persistent DHCP leases file on VRs and cleanup /etc/hosts on VM deletion
URL: https://github.com/apache/cloudstack/pull/3351#issuecomment-546988294
 
 
   @nvazquez has this PR been tested on a shared guest network within a Basic Network Zone? I am facing a null pointer when trying to remove the DHCP entry rule from a VM that is being stopped.
   
   ACS version: 4.11.3
   
   ```
   java.lang.NullPointerException
           at org.apache.cloudstack.network.topology.BasicNetworkVisitor.visit(BasicNetworkVisitor.java:201)
           at com.cloud.network.rules.DhcpEntryRules.accept(DhcpEntryRules.java:64)
           at org.apache.cloudstack.network.topology.BasicNetworkTopology.applyRules(BasicNetworkTopology.java:390)
           at org.apache.cloudstack.network.topology.BasicNetworkTopology.removeDhcpEntry(BasicNetworkTopology.java:464)
           at com.cloud.network.element.VirtualRouterElement.removeDhcpEntry(VirtualRouterElement.java:972)
           at org.apache.cloudstack.engine.orchestration.NetworkOrchestrator.cleanupNicDhcpDnsEntry(NetworkOrchestrator.java:2933)
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services