mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-5216. delete volume failed due to Exception: java.lang.Exception" while destroying Vms
This commit is contained in:
parent
cafd820e3e
commit
e6127a7c00
@ -1474,7 +1474,9 @@ public class VmwareStorageProcessor implements StorageProcessor {
|
||||
vmMo.destroy();
|
||||
|
||||
// this.hostService.handleDatastoreAndVmdkDetach(iScsiName, storageHost, storagePort);
|
||||
this.hostService.removeManagedTargetsFromCluster(managedIqns);
|
||||
if (managedIqns != null && !managedIqns.isEmpty()) {
|
||||
this.hostService.removeManagedTargetsFromCluster(managedIqns);
|
||||
}
|
||||
|
||||
for (NetworkDetails netDetails : networks) {
|
||||
if (netDetails.getGCTag() != null && netDetails.getGCTag().equalsIgnoreCase("true")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user