Virtual machine freezes with IO error

uzisuicida

New Member
Apr 13, 2026
3
0
1
Hello everyone,

I'm having problems with only one virtual machine. After several days, it displays the error: Status: io-error. I've checked the disk and there's no problem there. It only happens with this machine. After shutting it down and turning it back on, it continues to function normally.

1.png

I have no idea what to check.

Thanks!
 

Attachments

  • 1.png
    1.png
    16 KB · Views: 8
Hello d.oshi,

No errors were observed with journalctl or dmesg.
I also don't see any errors with the commands you sent me, unless I don't know how to interpret them; I've attached a file with the output of each command.

Thanks!
 

Attachments

Your VM is on the local-lvm which is not really suitable for VM storage.

If the error re-occurs look for storage related messages:

Code:
dmesg -T | egrep -i "error|fail|reset|nvme|sd"

The log indicates slow writes:

Code:
wr_operations: 802447
wr_total_time_ns: 1731275382833

That‘s around 2ms per write. And this:

Code:
account_failed: 1
account_invalid: 1

comes directly from the QEMU block-layer and means that there was an IO error.

How does did you setup your storage for local-lvm? NVME? SSD?
 
There does not seem to be a local-lvm. Also why would local-lvm not be suitable? For local I agree.
 
  • Like
Reactions: woma
Hello cwt,

Attached is the result of dmesg grep, at this moment it froze again, I turned it off and on again.

Thanks!
 

Attachments