Hello everyone,
I'm facing an intermittent issue in a Proxmox VE 9.2 cluster and I'd like some help understanding where to continue the investigation.
Approximately every Friday, one or more VMs suddenly enter an I/O Error state.
The VMs become unresponsive until they are restarted.
The issue is intermittent and difficult to reproduce manually.
I checked the kernel logs using:
journalctl -k --since "24 hours ago"
The only recurring storage-related messages I can find are:
sd 16:0:7:1: Asymmetric access state changed
sd 16:0:8:1: Asymmetric access state changed
These messages appear periodically throughout the day, not only when the issue happens.
I could not find any of the following:
No failed paths are reported during or after the incident.
One thing that caught my attention is that the issue seems to happen almost every Friday.
Our backup infrastructure uses Bacula, and backups are executed on Fridays, so I'm wondering if increased I/O load could somehow expose an underlying issue.
However, I have not been able to correlate this with any storage errors.
Current disk configuration:
Has anyone experienced something similar with:
Is there anything else I should investigate on the Proxmox side?
Could this simply be normal ALUA path optimization messages, or should I focus my investigation on the storage array despite the absence of multipath or kernel I/O errors?
Any suggestions would be greatly appreciated.
Thanks!

I'm facing an intermittent issue in a Proxmox VE 9.2 cluster and I'd like some help understanding where to continue the investigation.
Environment
- Proxmox VE 9.2
- Shared Fibre Channel SAN storage
- LVM over SAN (no local storage for VM disks)
- VM disks are stored as qcow2 images
- VirtIO SCSI controller
- Async I/O = threads
- IO Thread enabled
- Cache = Default (No cache)
- Multipath configured
- ALUA enabled on the storage array
Problem
Approximately every Friday, one or more VMs suddenly enter an I/O Error state.
The VMs become unresponsive until they are restarted.
The issue is intermittent and difficult to reproduce manually.
What I've investigated
I checked the kernel logs using:
journalctl -k --since "24 hours ago"
The only recurring storage-related messages I can find are:
sd 16:0:7:1: Asymmetric access state changed
sd 16:0:8:1: Asymmetric access state changed
These messages appear periodically throughout the day, not only when the issue happens.
I could not find any of the following:
- blk_update_request I/O errors
- SCSI timeouts
- Device resets
- Multipath failures
- Path failures
- Filesystem errors
No failed paths are reported during or after the incident.
Additional information
One thing that caught my attention is that the issue seems to happen almost every Friday.
Our backup infrastructure uses Bacula, and backups are executed on Fridays, so I'm wondering if increased I/O load could somehow expose an underlying issue.
However, I have not been able to correlate this with any storage errors.
VM configuration
Current disk configuration:
- VirtIO SCSI Single
- qcow2 image
- IO Thread enabled
- Async IO = threads
- Cache = Default (No cache)
My question
Has anyone experienced something similar with:
- Fibre Channel SAN
- LVM over SAN
- qcow2 images
- Proxmox VE 9.x
Is there anything else I should investigate on the Proxmox side?
Could this simply be normal ALUA path optimization messages, or should I focus my investigation on the storage array despite the absence of multipath or kernel I/O errors?
Any suggestions would be greatly appreciated.
Thanks!
