Eu corri btrfs balance
e a quantidade de espaço alocado foi reduzida.
sudo btrfs balance start -v -musage=0 /path
Estou um pouco irritado porque 2GB de espaço estão sendo reservados para metadados em um sistema de arquivos virgem btrfs
(criado em uma partição de 11GB).
Estou pensando em recriá-lo usando o "modo misto". man mkfs.btrfs
diz:
Normally the data and metadata block groups are isolated. The mixed mode will remove the isolation and store both types in the same block group type. This helps to utilize the free space regardless of the purpose and is suitable for small devices. [...]
The mixed mode may lead to degraded performance on larger filesystems, but is otherwise usable, even on multiple devices.
Eu corri btrfs balance
e a quantidade de espaço alocado foi reduzida.
sudo btrfs balance start -v -musage=0 /path
man mkfs.btrfs
responde a essa pergunta (minha marcação de texto):
The recommended size for the mixed mode is for filesystems less than 1GiB. The soft recommendation is to use it for filesystems smaller than 5GiB. The mixed mode may lead to degraded performance on larger filesystems, but is otherwise usable, even on multiple devices.