What to do when our AKS shows a node to have a: "EXT4-fs (sdc): Remounting filesystem read-only"

Michailidis, Tony (DFO/MPO) 20 Reputation points
2025-01-30T15:42:30.8133333+00:00

What to do when our AKS shows a node to have a: "EXT4-fs (sdc): Remounting filesystem read-only"? And how do you think this may have happened, i.e. for the node to go from a Ready condition to a ReadonlyFIlesystem condition?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,254 questions
{count} votes

Accepted answer
  1. anashetty 2,040 Reputation points Microsoft Vendor
    2025-01-30T23:26:03.2833333+00:00

    Hi Michailidis, Tony (DFO/MPO),

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    The possible causes for the node to go from a Ready condition to ReadonlyFilesystem condition are if the disk size is full, it may change to read only mode, if there are any node's underlying corruption or hardware issues.

    Please try below troubleshooting steps which might help you:
    Check the Node status and describe the Node which is in NotReady state. Once try restarting the Node. Try unmounting and remounting the file system. Check the disk size if it is full df -h

    For more information, please check: Node Problem Detector (NPD) in Azure Kubernetes Service (AKS) nodes
    Troubleshoot Linux virtual machine boot issues due to filesystem errors

    If you have further queries, please do let us know.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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