My power recently went out, and after bring my NAS back online (10 disk array in RAID 10), my main pool will not mount. Here is the output in dmesg:
[ 117.709153] BTRFS error (device sde): parent transid verify failed on 83678019223552 wanted 2270643 found 2270261
[ 117.709678] BTRFS error (device sde): parent transid verify failed on 83678019223552 wanted 2270643 found 2270261
[ 117.709787] BTRFS error (device sde): failed to read block groups: -5
[ 117.721830] BTRFS error (device sde): open_ctree failed
I’ve tried searching around, but can’t seem to find anything about how to fix from this situation. I’ve like to try and recover from this, if at all possible, rather than start the process of restoring from backups (which for me are all in the cloud).
I’ve tried a mount -o degraded and mount - o degraded,ro but both fail with the same dmesg output.
If anyone has any thoughts, I’m open to them.