1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-15 17:26:15 +02:00

Revert "context: add experimental code for avoiding tiny extents"

because this problem is better solved elsewhere.

This reverts commit 11fabd66a8.
This commit is contained in:
Zygo Blaxell
2024-11-24 20:16:46 -05:00
parent 90d7075358
commit 30a4fb52cb
2 changed files with 0 additions and 10 deletions

View File

@ -336,7 +336,6 @@ The `scan` event group consists of operations related to scanning incoming data.
* `scan_eof`: Scan past EOF was attempted.
* `scan_erase_redundant`: Blocks in the hash table were removed because they were removed from the filesystem by dedupe.
* `scan_extent`: An extent was scanned (`scan_one_extent`).
* `scan_extent_tiny`: An extent below 128K that was not the beginning or end of a file was scanned. No action is currently taken for these--they are merely counted.
* `scan_forward`: A logical byte range was scanned (`scan_forward`).
* `scan_found`: An entry was found in the hash table matching a scanned block from the filesystem.
* `scan_hash_hit`: A block was found on the filesystem corresponding to a block found in the hash table.