1 FilesystemIsReadOnly: Node condition ReadonlyFilesystem is now: True, reason: FilesystemIsReadOnly, message: "EXT4-fs (sda1): Remounting filesystem read-only" - This error in AKS cluster -

Satish Chandra Akella 0 Reputation points
2025-02-28T04:46:38.38+00:00

1 FilesystemIsReadOnly: Node condition ReadonlyFilesystem is now: True, reason: FilesystemIsReadOnly, message: "EXT4-fs (sda1): Remounting filesystem read-only" -

This error in AKS cluster - doesn't autoscale of Azure Kubernetes cluster takes care of the nodes that are not healthy. If AKS doesn't, we have backend Virtual machine scalesets - at that level the node should be removed and a healthy node should be added is it.

If the node goes to FilesystemReadonly - Should we drain the node and move resources to fix the issue ?

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

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-02-28T06:35:28.2566667+00:00

    Hi Satish Chandra Akella,

    Thank you for reaching out to us on the Microsoft Q&A forum.

    The potential reasons for a node transitioning from a Ready state to a ReadonlyFilesystem state include the disk being full, which may trigger a switch to read-only mode, as well as any underlying corruption or hardware malfunctions affecting the node.

    To address this issue, please consider the following troubleshooting steps: Verify the status of the node and provide a description of the node that is in the NotReady state. Attempt to restart the node. Additionally, try unmounting and then remounting the file system. Check the disk size if it is full df -h

    For more information, please check: https://learn.microsoft.com/en-us/azure/aks/node-problem-detector

    https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/linux-recovery-cannot-start-file-system-errors

    If the information is helpful, please consider by clicking the "Upvote" on the post.

    If you have any further queries, please let us know in the comment.

    Thank you.


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.