home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.82k stars 30.51k forks source link

2024.10.2 -> 2024.10.3 update introduced ATA errors under libvirt #128987

Open ndnihil opened 5 days ago

ndnihil commented 5 days ago

The problem

HA running under libvirt, update to 2024.10.3 introduced regular ATA errors (below), during which the HA VM will become unresponsive for a short period of time.

No indication of issues at hypervisor level, nor do any other VMs on that same hardware exhibit this behavior.

What version of Home Assistant Core has the issue?

2024.10.3

What was the last working version of Home Assistant Core?

2024.10.2

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Not integration specific

Link to integration documentation on our website

Not integration specific

Diagnostics information

Not integration specific

Example YAML snippet

No response

Anything in the logs that might be useful for us?

[113153.045195] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[113153.046591] ata1.00: failed command: FLUSH CACHE
[113153.047585] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 2
[113153.047585]          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[113153.050559] ata1.00: status: { DRDY }

Additional information

No response

ndnihil commented 5 days ago

Sorry, meant to paste full error from dmesg:

[113153.045195] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [113153.046591] ata1.00: failed command: FLUSH CACHE [113153.047585] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 2 [113153.050559] ata1.00: status: { DRDY } [113153.051509] ata1: hard resetting link [113158.767195] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [113158.767568] ata1.00: configured for UDMA/100 [113158.767581] ata1.00: retrying FLUSH 0xe7 Emask 0x4 [113158.767683] ata1: EH complete

home-assistant[bot] commented 1 day ago

Hey there @home-assistant/supervisor, mind taking a look at this issue as it has been labeled with an integration (hassio) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `hassio` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign hassio` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


hassio documentation hassio source (message by IssueLinks)