What Causes XFS Metadata Corruption on a Talos Node? #10716
Answered
by
smira
tz-torchai
asked this question in
Q&A
-
Under what circumstances would a node experience XFS metadata corruption like this? Could this be related to configuring Kubernetes storage on the disk with Talos installation?
Talos is installed on |
Beta Was this translation helpful? Give feedback.
Answered by
smira
Apr 14, 2025
Replies: 1 comment
-
There are two common cases:
For the second one - none that we are aware of in latest versions of Talos. As for the bad hardware - it certainly happens. Talos should automatically try xfs repair on next mount (e.g. reboot the machine). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tz-torchai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two common cases:
xfs
codeFor the second one - none that we are aware of in latest versions of Talos.
As for the bad hardware - it certainly happens. Talos should automatically try xfs repair on next mount (e.g. reboot the machine).