An Azure service that provides customers with a serverless container experience.
Intermittent FileSystem Corruption I/O errors in Azure Container Instances (UK South)
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?