mirror of https://github.com/apache/cloudstack.git
fix simulator
This commit is contained in:
parent
7bb0e2a4ca
commit
aebc437476
|
|
@ -65,6 +65,7 @@ public class SimulatorStorageProcessor implements StorageProcessor {
|
|||
public Answer cloneVolumeFromBaseTemplate(CopyCommand cmd) {
|
||||
VolumeObjectTO volume = new VolumeObjectTO();
|
||||
volume.setPath(UUID.randomUUID().toString());
|
||||
volume.setSize(100);
|
||||
volume.setFormat(Storage.ImageFormat.RAW);
|
||||
return new CopyCmdAnswer(volume);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue