-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove? #280
Comments
You've probably run into an issue where bees first increases meta data usage on the filesystem before it can actually clean up and free space, and in that first phase, it ran into an issue with no more space left. You cannot remove this "meta data", it's not from bees, it's from the file system itself. Try removing old snapshots if you do have some. It should clean up duplicated meta data, and may also free some partially shared extents. Then let bees continue so it can finally clean up and free actual data extents. |
No. Don't do this if metadata has no space left. There is a bug that may permanently put the filesystem into an errored mode (read-only). Try to run Once you have enough unallocated space (at least >1GiB; run |
Good point. |
The hash table is stored in |
What ended up making my computer bootable again is running
Should I still do this now that it's out of read-only mode? Currently it says that there's only
|
You have 20GiB free space allocated as data block groups. Run something like You have pretty low free space anyway. Running bees on a lot of existing snapshots will occupy a significant amount of metadata space (and it takes a lot of time). I'm afraid that you may not have enough space to finish the initial run. |
It turns out that there are a lot of |
Is it normal for |
After running, |
It was able to complete its first run. I'm leaving this issue open as I'm not sure if it's intended behavior to put the partition in this state |
I've run bees, and now the filesystem is reporting that there is no space, despite 1 gigabyte of free space. I assume it's the metadata of bees, but I have no idea how to remove it. How do I just remove the hash tables and other data that bees created?
The text was updated successfully, but these errors were encountered: