Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.26 KB

CartesianConfigReference-KVM-check_image.rst

File metadata and controls

46 lines (31 loc) · 1.26 KB

check_image

Description

Configures if we want to run a check on the image files during post processing. A check usually means running 'qemu-img info' and 'qemu-img check'.

This is currently only enabled when image_format is set to 'qcow2'.

variants:
    - @qcow2:
        image_format = qcow2
        check_image = yes

Defined On

Used By

Referenced By

No other documentation currently references this configuration key.

See Also