Hi all,
I'm trying to create a bunch of VMs and thought I'd use dcli
to avoid too much manual labor.
I've figured out most things, however the VMs are created with disks that are always Thin and Dependent.
What do I have to put in the disks.json
file to make
- thick (lazy-zeroed) and
- Independent-persistent disks?
The simplest disks.json currently is like this:
[
{
"type": "SCSI",
"new_vmdk": {
"capacity": 268435456000,
}
}
]
Thanks in advance