Skip to content

What are the differences between ata-disk and virtio-block in mvisor's configuration? #90

@antermin

Description

@antermin

I imagine that ata-disk means using a disk image file for VM while virtio-block means using a disk (e.g. /dev/sda) for the VM.

However, in the sample configuration, the image parameter of both classes is a path to a file:

- class: ata-disk
image: /data/empty.qcow2
snapshot: No

# - class: virtio-block
# image: /data/empty.qcow2
# snapshot: No

Could you please explain virtio-block, such as its function and its parameters? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions