You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidParameterValueException("Unable to find the host to migrate the VM, host id=" + getHostId());
138
+
}
139
+
if (destinationHost.getType() != Host.Type.Routing) {
140
+
thrownewInvalidParameterValueException("The specified host(" + destinationHost.getName() + ") is not suitable to migrate the VM, please specify another one");
Copy file name to clipboardExpand all lines: plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -639,7 +639,7 @@ public List<Command> finalizeMigrate(VirtualMachine vm, Map<Volume, StoragePool>
639
639
hostInTargetCluster = hosts.get(0);
640
640
}
641
641
if (hostInTargetCluster == null) {
642
-
thrownewCloudRuntimeException("Migration failed, unable to find suitable target host for worker VM placement while migrating between storage pools of different clusters without shared storages");
642
+
thrownewCloudRuntimeException("Migration failed, unable to find suitable target host for VM placement while migrating between storage pools of different clusters without shared storages");
0 commit comments