rhtyd commented on a change in pull request #5333:
URL: https://github.com/apache/cloudstack/pull/5333#discussion_r691197750
##########
File path:
plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java
##########
@@ -2025,7 +2025,6 @@ public Answer backupSnapshot(CopyCommand cmd) {
try {
if (workerVm != null) {
// detach volume and destroy worker vm
- workerVm.detachAllDisks();
Review comment:
@harikrishna-patnala can you check if per the new code/manager, we
should detach the worker VM's disks after the backup of snapshot to secondary
storage passes?
cc @nvazquez @sureshanaparti
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]