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.
I imagine that
ata-diskmeans using a disk image file for VM whilevirtio-blockmeans using a disk (e.g./dev/sda) for the VM.However, in the sample configuration, the
imageparameter of both classes is a path to a file:mvisor/config/sample.yaml
Lines 37 to 39 in 8f9f37d
mvisor/config/sample.yaml
Lines 44 to 46 in 8f9f37d
Could you please explain
virtio-block, such as its function and its parameters? Thank you.