Hey guys,
I noticed that my VM with Home Assistant suddenly stopped working the other day. It wasn't apparent to me why - because the VM was running fine and could not see anything suspicious in the logs, that was until I ran VNC remote on it - and it was clearly having some issues with read write operations.
I then proceeded to check the logs on my cache disk - it was flooded.
Here's a snippet from it:
Aug 14 17:45:19 Tower kernel: ata5.00: failed command: WRITE FPDMA QUEUED
Aug 14 17:45:19 Tower kernel: ata5.00: cmd 61/50:00:90:44:cb/05:00:11:00:00/40 tag 0 ncq dma 696320 out
Aug 14 17:45:19 Tower kernel: ata5.00: status: { DRDY }
Aug 14 17:45:19 Tower kernel: ata5.00: failed command: WRITE FPDMA QUEUED
Aug 14 17:45:19 Tower kernel: ata5.00: cmd 61/00:f8:e0:49:cb/0a:00:11:00:00/40 tag 31 ncq dma 1310720 ou
Aug 14 17:45:19 Tower kernel: ata5.00: status: { DRDY }
Aug 14 17:45:19 Tower kernel: ata5: hard resetting link
Aug 14 17:45:19 Tower kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
Aug 14 17:45:19 Tower kernel: ata5.00: supports DRM functions and may not be fully accessible
Aug 14 17:45:19 Tower kernel: ata5.00: supports DRM functions and may not be fully accessible
Aug 14 17:45:19 Tower kernel: ata5.00: configured for UDMA/33
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08 cmd_age=1s
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#0 Sense Key : 0x5 [current]
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#0 ASC=0x21 ASCQ=0x4
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#0 CDB: opcode=0x2a 2a 00 11 cb 44 90 00 05 50 00
Aug 14 17:45:19 Tower kernel: blk_update_request: I/O error, dev sdd, sector 298534032 op 0x1:(WRITE) flags 0x4800 phys_seg 168 prio class 0
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#31 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08 cmd_age=1s
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#31 Sense Key : 0x5 [current]
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#31 ASC=0x21 ASCQ=0x4
Aug 14 17:45:19 Tower kernel: sd 5:0:0:0: [sdd] tag#31 CDB: opcode=0x2a 2a 00 11 cb 49 e0 00 0a 00 00
Aug 14 17:45:19 Tower kernel: blk_update_request: I/O error, dev sdd, sector 298535392 op 0x1:(WRITE) flags 0x4800 phys_seg 81 prio class 0
Aug 14 17:45:19 Tower kernel: ata5: EH complete
Aug 14 17:45:19 Tower kernel: ata5.00: Enabling discard_zeroes_data
Aug 14 17:45:33 Tower kernel: sdd1: writeback error on inode 285323286, offset 0, sector 298506808
Can anybody make anything out of this? Could the disk be broken?
Any help would be much appreciated!