I’m having a critical issue with my MySQL app. The VM is stuck in a restart loop and can’t boot properly. Looking at the logs, I’m seeing tons of I/O errors and filesystem corruption on the volume mounted at /data
.
There are a bunch of errors like:
- “Input/output error” when trying to access MySQL files
- “EXT4-fs error” messages about being unable to read inode blocks
- “Buffer I/O error on dev vdc”
The machine has hit its max restart count of 10 and just keeps failing. I also noticed the volume is showing a “Pending_destroy” status in the dashboard, which might be related to these issues.
Could you help me figure out what’s happening here? Is this a hardware failure with the volume?
My app is currently down and I’d really appreciate some help getting it back online.