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
I've been running bees on a 12TB BTRFS volume and instead of freeing up disk space it slowly was eating away the free space (before about 200GB). The DB size is 16 G, there was nothing else accessing the drives while bees was running and after it ate away 160GBs and I was down to only 39GB of free space I "CTRL+C"-ed bees to avoid it from running out of space and potentially corrupting data.
So what am I doing wrong here?
How much space should I expect to be taken for e.g. "First run may require temporary disk space for extent reorganization" on a 12TB volume? Everything still normal??
What I did so far (nothing special, but for completeness):
Before I ran bees I create a subvolume on the to be deduplicated volume for the .beeshome directory and pointed the BEESHOME environment variable towards it. After that I created a file within /etc/bees/ with an UUID= and DB_SIZE= line within it. As the BTRFS volume is on a LVM I also created a symlink within /dev/disk/by-uuid/$partitionUUID towards the correct /dev/mapper/* device. Than finally I ran bees using beesd $UUID
Hi,
I've been running bees on a 12TB BTRFS volume and instead of freeing up disk space it slowly was eating away the free space (before about 200GB). The DB size is 16 G, there was nothing else accessing the drives while bees was running and after it ate away 160GBs and I was down to only 39GB of free space I "CTRL+C"-ed bees to avoid it from running out of space and potentially corrupting data.
So what am I doing wrong here?
How much space should I expect to be taken for e.g. "First run may require temporary disk space for extent reorganization" on a 12TB volume? Everything still normal??
What I did so far (nothing special, but for completeness):
Before I ran bees I create a subvolume on the to be deduplicated volume for the .beeshome directory and pointed the BEESHOME environment variable towards it. After that I created a file within
/etc/bees/
with anUUID=
andDB_SIZE=
line within it. As the BTRFS volume is on a LVM I also created a symlink within/dev/disk/by-uuid/$partitionUUID
towards the correct/dev/mapper/*
device. Than finally I ran bees usingbeesd $UUID
My beesstats.txt looks like this:
bees -h
shows:apk reports the installed version of bees as: 0.10-r2
The text was updated successfully, but these errors were encountered: