(no title)
boardwaalk | 3 years ago
No indication of any hardware issue: No recent power loss (& it's on a UPS), no SMART issues, no memory test positives. But the block tree (at least, WIP) is f*cked across all the disks (looks like two competing writers went at it) and none of the available tools can deal with it.
It wasn't a super exotic setup either: RAID10 with 4 disks (2 stripes), fairly full and regular snapshots/cleanup, but that's it.
I already converted my root to ext4 because paranoia and I'm probably going to move bulk data (what can be recovered) to ZFS.
AshamedCaptain|3 years ago
The worst issue I've ever had with btrfs simply required zeroing the journal (by hand -- both the kernel and *fsck tools would crash when reading it). The first time I reported the issue to the mailing list and the underlying issue was promptly fixed. However, it still happened a second time, and I didn't bother reporting it. As many people say on this thread, once is too many when it comes to filesystems.
stingraycharles|3 years ago
Using xfs|ext4 + mdraid is just a lot simpler and much faster, and it addresses most of my use cases.
AdamJacobMuller|3 years ago