mirror of https://github.com/apache/cloudstack.git
Merge branch '4.11'
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
commit
a4529ddcfc
|
|
@ -5063,7 +5063,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
|
|||
// check if migrating to same host
|
||||
long srcHostId = vm.getHostId();
|
||||
if (destinationHost.getId() == srcHostId) {
|
||||
throw new InvalidParameterValueException("Cannot migrate VM, VM is already presnt on this host, please specify valid destination host to migrate the VM");
|
||||
throw new InvalidParameterValueException("Cannot migrate VM, VM is already present on this host, please specify valid destination host to migrate the VM");
|
||||
}
|
||||
|
||||
// check if host is UP
|
||||
|
|
|
|||
Loading…
Reference in New Issue