OpenBSD doesn't see hard disks

Hello guys, I have an issue with OpenBSD. I’m going to create an OpenBSD image. My problem is that OpenBSD doesn’t see hard disks:

Virtual machine config:

┌─[doskanoness@gentoo] - [~/Operating systems/OpenBSD] - [2022-01-06 05:45:46]
└─[0] <> lxc config show openbsd-full                                                                                                                                         ⚡[▶▶▶▶▶▶▶▶▶▷]
architecture: x86_64
config:
  limits.cpu: "12"
  limits.memory: 8GB
  security.secureboot: "false"
  volatile.eth0.host_name: tap799bd152
  volatile.eth0.hwaddr: 00:16:3e:9f:0a:c8
  volatile.last_state.power: RUNNING
  volatile.uuid: f1f37193-d3a5-41d7-9316-b1ff1467dbbc
  volatile.vsock_id: "769"
devices:
  boot_img:
    source: /home/doskanoness/Operating systems/OpenBSD/install70.img
    type: disk
  root:
    path: /
    pool: lxd
    size: 15GB
    type: disk
ephemeral: false
profiles:
- default
stateful: false
description: ""

Any help is appreciated

Maybe OpenBSD is missing a driver for virtio-scsi?

How can I tell LXD to use virtio-block instead of virtio-scsi driver?

We only support virtio-scsi.