История изменений
Исправление Reset, (текущая версия) :
-l|--leafsize <size>
Alias for --nodesize. Deprecated.
-n|--nodesize <size>
Specify the nodesize, the tree block size in which btrfs stores metadata. The default value is 16KiB (16384) or the page size, whichever is bigger. Must be a multiple of the sectorsize, but not larger than 64KiB (65536). Leafsize always equals nodesize and the options are aliases.
Smaller node size increases fragmentation but lead to higher b-trees which in turn leads to lower locking contention. Higher node sizes give better packing and less fragmentation at the cost of more expensive memory operations while updating the metadata blocks.
Note: versions up to 3.11 set the nodesize to 4k.
Если имеется ввиду это, то у меня дефолт-узел и так маленький (4K). В общем, пересоздал файловую систему, добавил nodatacow в опции монтирования, поставил заливаться данные. Посмотрим что будет утром когда заполненность подойдет к 80%.
Исходная версия Reset, :
-l|--leafsize <size>
Alias for --nodesize. Deprecated.
-n|--nodesize <size>
Specify the nodesize, the tree block size in which btrfs stores metadata. The default value is 16KiB (16384) or the page size, whichever is bigger. Must be a multiple of the sectorsize, but not larger than 64KiB (65536). Leafsize always equals nodesize and the options are aliases.
Smaller node size increases fragmentation but lead to higher b-trees which in turn leads to lower locking contention. Higher node sizes give better packing and less fragmentation at the cost of more expensive memory operations while updating the metadata blocks.
Note: versions up to 3.11 set the nodesize to 4k.
Если имеется ввиду это, то у меня узел и так маленький (4K). В общем, пересоздал файловую систему, добавил nodatacow в опции монтирования, поставил заливаться данные. Посмотрим что будет утром когда заполненность подойдет к 80%.