Hi,
this issue is quite common with modern Linux distributions like Ubuntu 22 when there's a brief storage interruption. Unlike Windows, many Linux kernels are more aggressive in how they handle I/O timeouts, especially with default settings.
You can try increasing the disk timeout by adding a udev rule. Here's how:
And add this line:
This will increase the timeout to 180 seconds for all SCSI devices.
Then reload the rules:
And verify the timeout setting with:
Original Message:
Sent: Apr 04, 2025 06:21 AM
From: Dormelchen2
Subject: Ubuntu 22 settings for disk timeour
Hello together,
last week we had an issue with storage.
the Windows VMs are running fine with a few seconds storage lost, but the ubuntu servers are crashing.
i read a long time ago, that there is a setting to increase the timeout.
But i cannot find.. only settings for netapp storage.
any ideas
Thank you