sureshanaparti commented on a change in pull request #4493:
URL: https://github.com/apache/cloudstack/pull/4493#discussion_r529210986
##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -2946,13 +2946,7 @@ public UserVm destroyVm(DestroyVMCmd cmd) throws
ResourceUnavailableException, C
stopVirtualMachine(vmId, VmDestroyForcestop.value());
Review comment:
@harikrishna-patnala Checked the changes done in the PR
https://github.com/apache/cloudstack/pull/4307, which is breaking the old
behavior (On destroy VM, detach the data disks which are marked to be deleted,
and keep other disks attached). and these changes are reverted here to bring
back the old behavior. Am I correct?
----------------------------------------------------------------
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:
[email protected]