pull/7391/head
Megan Marsh 7 years ago
parent 65cd5bbd29
commit efd568c10c

@ -108,7 +108,7 @@ builder.
[ [
{ {
"type": "scsi", "type": "scsi",
"size": "5G", "disk_size": "5G",
"storage_pool": "local-lvm", "storage_pool": "local-lvm",
"storage_pool_type": "lvm" "storage_pool_type": "lvm"
} }
@ -125,7 +125,7 @@ builder.
- `type` (string) - The type of disk. Can be `scsi`, `sata`, `virtio` or - `type` (string) - The type of disk. Can be `scsi`, `sata`, `virtio` or
`ide`. Defaults to `scsi`. `ide`. Defaults to `scsi`.
- `size` (string) - The size of the disk, including a unit suffix, such - `disk_size` (string) - The size of the disk, including a unit suffix, such
as `10G` to indicate 10 gigabytes. as `10G` to indicate 10 gigabytes.
- `cache_mode` (string) - How to cache operations to the disk. Can be - `cache_mode` (string) - How to cache operations to the disk. Can be
@ -175,7 +175,7 @@ manually downloaded.
"disks": [ "disks": [
{ {
"type": "scsi", "type": "scsi",
"size": "5G", "disk_size": "5G",
"storage_pool": "local-lvm", "storage_pool": "local-lvm",
"storage_pool_type": "lvm" "storage_pool_type": "lvm"
} }

Loading…
Cancel
Save