mirror of https://github.com/apache/cloudstack.git
Swich back to vmdk extention temporarily
This commit is contained in:
parent
23a38bc2be
commit
73fb80e424
|
|
@ -23,7 +23,7 @@ public class Storage {
|
|||
RAW(false, false, false),
|
||||
VHD(true, true, true),
|
||||
ISO(false, false, false),
|
||||
VMDK(true, true, true, ".tar.bz2");
|
||||
VMDK(true, true, true);
|
||||
|
||||
private final boolean thinProvisioned;
|
||||
private final boolean supportSparse;
|
||||
|
|
|
|||
Loading…
Reference in New Issue