[SOLVED] Buffer IO Error

kems

Active Member
Sep 8, 2018
7
0
41
42
On a VM i get
[ 1374.599785] Buffer I/O error on device vdb1, logical block 13288195

[ 1374.599986] blk_update_request: I/O error, dev vdb, sector 106309568

But nothing on the host dmesg. SMART looks fine

Can I fix this?
 
This issue has been reported a lot since the 7.1 release [0].
It seems to be an issue with Kernel 5.13, pve-qemu-kvm 6.1, io_uring and VirtIO Block (`virtio`)/SATA.

You could try switchting to VirtIO SCSI (`scsi`), or try booting the latest 5.11 kernel.


[0] https://bugzilla.proxmox.com/show_bug.cgi?id=3738
 
  • Like
Reactions: kems
Data that has been written already should not be corrupted (hopefully), but it seems new writes can't be done.
So it depends on the application in your VM if anything got lost.

I'd recommend switching sooner rather than later. And if in doubt, restore from backup.
 
To change it, you have to detach it so that the disk becomes `unused`, and then edit it and select `SCSI` for `Bus/Device`.