Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 988 Bytes

CartesianConfigReference-KVM-image_raw_device.rst

File metadata and controls

42 lines (26 loc) · 988 Bytes

image_raw_device

Description

Flags whether the backing image for a given drive is a block device instead of a regular file.

By default we assume all images are backed by files:

image_raw_device = no

But suppose you define a new variant, for another guest, that will have a disk backed by a block device (say, an LVM volume):

CustomGuestLinux:
    image_name = /dev/vg/linux_guest
    image_raw_device = yes

Defined On

Used By

Referenced By