Skip to content

KVMAutotest CartesianConfigReference KVM image_size

Lucas Meneghel Rodrigues edited this page Sep 22, 2011 · 2 revisions

image_size

Description

Sets the size of image files. This applies to images creation and also validation tests (when checking that a image was properly created according to what was requested).

By default the image size is set to 10G:

image_size = 10G

But a VM can have other drives, backed by other image files (or block devices), with different sizes:

# Tests
variants:
    - block_hotplug: install setup image_copy unattended_install.cdrom
        images += " stg"
        boot_drive_stg = no
        image_name_stg = storage
        image_size_stg = 1G

Defined On

Used By

Referenced By

No other documentation currently references this configuration key.

See Also

Clone this wiki locally