meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:fs:btrfs:ssd_san [2024/11/20 08:44] – niziak | linux:fs:btrfs:ssd_san [2024/11/22 10:39] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SSD or SAN ====== | ====== SSD or SAN ====== | ||
| + | |||
| + | !!!!!! DONT | ||
| + | |||
| + | |||
| Convert duplicated system data, metadata and data to single copy only: | Convert duplicated system data, metadata and data to single copy only: | ||
| Line 14: | Line 18: | ||
| Convert metadata and system data to 2 copies even if on SSD/ | Convert metadata and system data to 2 copies even if on SSD/ | ||
| <code bash> | <code bash> | ||
| - | btrfs balance start -v -mconvert=dup,soft -sconvert=dup,soft / -f | + | btrfs balance start -v -mconvert=dup -sconvert=dup / -f |
| </ | </ | ||
| - | < | ||
| - | soft | ||
| - | Takes no parameters. Only has meaning when converting between | ||
| - | | ||
| - | soft mode is on, chunks that already have the target profile | ||
| - | are left untouched. This is useful e.g. when half of the | ||
| - | | ||
| - | </ | ||
| - | |||