mirror of https://github.com/apache/cloudstack.git
fix simulator
This commit is contained in:
parent
d284fd9894
commit
fe9f02c372
|
|
@ -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