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

Referenced By

No other documentation currently references this configuration key.