Hi,
When I'm trying to create a image on nvme disk, i get an error message that says:
➜ ~ qemu-img create -f qcow2 nvme://0000:87:00.0/1 1G
Formatting 'nvme://0000:87:00.0/1', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=1073741824 lazy_refcounts=off refcount_bits=16
qemu-img: nvme://0000:87:00.0/1: Timeout while waiting for device to start (20000 ms)
Any ideas where to look?
Below are info about the disk
➜ ~ qemu-img info nvme://0000:87:00.0/1
image: nvme://0000:87:00.0/1
file format: raw
virtual size: 1.09 TiB (1200243695616 bytes)
disk size: unavailable
➜ ~ lspci|grep non-v -i
87:00.0 Non-Volatile memory controller: Intel Corporation PCIe Data Center SSD (rev 02)
qemu-kvm version: qemu-kvm-6.2.0-9.el9
Thanks,
Zhen Tang