Open
Description
According to users on #btrfs
, compress-force
has a side effect which limits uncompressed extent size to 512KB instead of 128MB, leading to gratuitous fragmentation for incompressible data.
This should be documented in the manpage for mount options (usually man 5 btrfs
) under compress, compress=<type[:level]>, compress-force, compress-force=<type[:level]>
.
Fragmentation is a far more serious issue in many hardware configurations than a small amount of additional compute load.