mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-18 07:19:14 +01:00
On large filesystems where the min_transid of all subvols gets stuck at 0, bees may lose the ability to effectively track recent data. A secondary sort by max_transid will allow scanning newer subvols that were created after bees started running on the filesystem, but before bees completed the first scan of all subvols. On the other hand, the secondary sort does a reverse version of the sequential scan mode, and the sequential scan mode is simply awful. Disable it for now. Signed-off-by: Zygo Blaxell <bees@furryterror.org>