You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ~50h when "freed" was getting close to 2^32 (do not remember the exact number) there was a bus error. Trying to rerun the same command produced the same bus error. I could no longer log in. After reboot
btrfs fi df /
showed metadata full. Since btrfs balance start -dusage=0 / stopped with "No space left on device" I deleted snapshots and some files. Now
You may try to use this simple hack I described some time ago in a blog post: https://www.faskatech.net/posts/2016/11/27-Escaping-btrfs-bugs/
It boils down to shrinking and re-maxing the volume and then triggering a balance.
Let me know if it works :-)
I ran
bedup dedup --size-cutoff=1024
After ~50h when "freed" was getting close to 2^32 (do not remember the exact number) there was a bus error. Trying to rerun the same command produced the same bus error. I could no longer log in. After reboot
btrfs fi df /
showed metadata full. Since
btrfs balance start -dusage=0 /
stopped with "No space left on device" I deleted snapshots and some files. Nowand while I can now log in and work I still get
which is worrying.
The text was updated successfully, but these errors were encountered: