mirror of
https://github.com/apache/cloudstack
synced 2026-08-29 16:44:23 +00:00
Merge remote-tracking branch 'origin/hotfix/4.4/CLOUDSTACK-6099' into 4.4
This commit is contained in:
commit
015276350e
@ -1863,7 +1863,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
||||
vmSrc.addNic(nic);
|
||||
}
|
||||
|
||||
VirtualMachineProfile profile = new VirtualMachineProfileImpl(vm);
|
||||
VirtualMachineProfile profile = new VirtualMachineProfileImpl(vm, null, _offeringDao.findById(vm.getId(), vm.getServiceOfferingId()), null, null);
|
||||
_networkMgr.prepareNicForMigration(profile, dest);
|
||||
volumeMgr.prepareForMigration(profile, dest);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user