Github user nvazquez commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1594#discussion_r67907224
  
    --- Diff: 
engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java ---
    @@ -1577,8 +1577,9 @@ private void advanceStop(final VMInstanceVO vm, final 
boolean cleanUpEvenIfUnabl
             }
     
             try {
    -            _networkMgr.release(profile, cleanUpEvenIfUnableToStop);
    -            s_logger.debug("Successfully released network resources for 
the vm " + vm);
    +            s_logger.debug("Not releasing network resources until expunge 
command is sent");
    +            //_networkMgr.release(profile, cleanUpEvenIfUnableToStop);
    +            //s_logger.debug("Successfully released network resources for 
the vm " + vm);
    --- End diff --
    
    Done, thanks!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to