mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CopyVolume hacking for vmware
This commit is contained in:
parent
364e1e1c4a
commit
7094e066c8
@ -28,6 +28,7 @@ public class CopyVolumeCommand extends Command {
|
|||||||
StoragePoolVO pool;
|
StoragePoolVO pool;
|
||||||
String secondaryStorageURL;
|
String secondaryStorageURL;
|
||||||
boolean toSecondaryStorage;
|
boolean toSecondaryStorage;
|
||||||
|
String vmName;
|
||||||
|
|
||||||
public CopyVolumeCommand() {
|
public CopyVolumeCommand() {
|
||||||
}
|
}
|
||||||
@ -64,4 +65,8 @@ public class CopyVolumeCommand extends Command {
|
|||||||
public boolean toSecondaryStorage() {
|
public boolean toSecondaryStorage() {
|
||||||
return toSecondaryStorage;
|
return toSecondaryStorage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getVmName() {
|
||||||
|
return vmName;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user