mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
more changes
This commit is contained in:
parent
5b11649c55
commit
adc9ffe034
@ -19,6 +19,7 @@ package com.cloud.agent.api;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.cloud.agent.api.to.VirtualMachineTO;
|
||||
import com.cloud.storage.VolumeVO;
|
||||
|
||||
public class PrepareForMigrationCommand extends StartCommand {
|
||||
@ -27,6 +28,10 @@ public class PrepareForMigrationCommand extends StartCommand {
|
||||
protected PrepareForMigrationCommand() {
|
||||
}
|
||||
|
||||
public PrepareForMigrationCommand(VirtualMachineTO vm) {
|
||||
super(vm);
|
||||
}
|
||||
|
||||
public PrepareForMigrationCommand(String vmName, String vnet, String[] storageHosts, List<VolumeVO> vols, boolean mirrored) {
|
||||
//super(vmName, storageHosts, vols, mirrored);
|
||||
this.vnet = vnet;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user