forked from autotest/autotest
-
Notifications
You must be signed in to change notification settings - Fork 0
KVMAutotest CartesianConfigReference KVM image_size
Lucas Meneghel Rodrigues edited this page Sep 22, 2011
·
2 revisions
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
- client/tests/kvm/base.cfg.sample
- client/tests/kvm/guest-os.cfg.sample
- client/tests/kvm/subtests.cfg.sample
- client/tests/kvm/tests.cfg.sample
No other documentation currently references this configuration key.