Share via

Intermittent FileSystem Corruption I/O errors in Azure Container Instances (UK South)

Scott Gray 0 Reputation points
2026-04-09T10:30:20.56+00:00

Service: Azure Container Instances

Region: UK South

Image: debian:bullseye-slim (No recent changes)

We are experiencing what appears to be intermittent filesystem corruption and Input/Output error failures when running Azure DevOps self-hosted agents inside Azure Container Instances.

The issue mainly manifests during Git operations and normal file reads / writes. Files like /etc/resolv.conf are being unreadable with I/O errors which also leads to networking failures.

Error from Git:

fatal: fsync error on './git/objects/pack/tmp_idx_*': Input/Output error

fatal: index-pack failed

Similar error reading /etc/resolv.conf

cat /etc/resolv.conf: Input/output error

the meta data is accessible through the stat command

We are using the overlay storage for these operations.

All investigation seems to point to an underlaying storage layer / host issue in UK South.

As a side note, the same workload works fine in UK West

Are Microsoft aware of any issues that would cause this sporadic behaviour in UK South?

Azure Container Instances

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.