Hi,
I have a proxmox running with a WS2022 VM. This VM bundles multiple physical disks as a storage space.
That runs quite well until now. I was getting the yellow sign with "io-error".
Since I hear some strange noise from the disks I guess one of the disks fails but I am not sure which one.
The VM itself stops on the io-error so I can't use the windows server tools to identify the disk.
In the proxmox syslog there are two disks mentioned:
And also an other device has multiple entries:
and several others...
proxmox reports for all the disks "SMART" beeing "PASSED"
My question now:
How can I identify the disks?
I do know all the printed information of the different labels including model and serial.
I maped the physical disks with the following commands:
so I do know also how to match the "Disks" view of the proxmox GUI with the HW.
However these "ata2" or "ata6" I have no clue how to match these with my disks.
Sure you can help here.
Thanks!
PS: on windows I always had some performance tools to measure the disk latency and disk access queue and so on. These made it typically easy to identify a failing disk. Is there something similar in proxmox or linux?
I have a proxmox running with a WS2022 VM. This VM bundles multiple physical disks as a storage space.
That runs quite well until now. I was getting the yellow sign with "io-error".
Since I hear some strange noise from the disks I guess one of the disks fails but I am not sure which one.
The VM itself stops on the io-error so I can't use the windows server tools to identify the disk.
In the proxmox syslog there are two disks mentioned:
Code:
ata2.00: failed command READ_FPDMA_QUEUED
ata2.00: cmd 60/28:58:f0:f8:7d/08:00:27:00:00/40 tag 11 ncq dma 1069056 in res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x50 (ATA bus error)
And also an other device has multiple entries:
Code:
ata6: link is slow to respond, please be patient (ready=0)
ata6: COMRESET failed (errno=-16)
ata6: hard resetting link
ata6.00: exception Emask 0x50 SAct 0x870000 SErr 0x4090800 action 0xe frozen
ata6.00: irq_stat 0x00400040, connection status changed
and several others...
proxmox reports for all the disks "SMART" beeing "PASSED"
My question now:
How can I identify the disks?
I do know all the printed information of the different labels including model and serial.
I maped the physical disks with the following commands:
Code:
qm set 1003 -virtio21 /dev/disk/by-id/ata-WDC_anymodelnumber_serialnumber
...
so I do know also how to match the "Disks" view of the proxmox GUI with the HW.
However these "ata2" or "ata6" I have no clue how to match these with my disks.
Sure you can help here.
Thanks!
PS: on windows I always had some performance tools to measure the disk latency and disk access queue and so on. These made it typically easy to identify a failing disk. Is there something similar in proxmox or linux?
Last edited: