mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
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),
|
RAW(false, false, false),
|
||||||
VHD(true, true, true),
|
VHD(true, true, true),
|
||||||
ISO(false, false, false),
|
ISO(false, false, false),
|
||||||
VMDK(true, true, true, ".tar.bz2");
|
VMDK(true, true, true);
|
||||||
|
|
||||||
private final boolean thinProvisioned;
|
private final boolean thinProvisioned;
|
||||||
private final boolean supportSparse;
|
private final boolean supportSparse;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user