meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:fs:btrfs:ssd_san [2024/11/20 08:44] niziaklinux: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/NVM/SAN: Convert metadata and system data to 2 copies even if on SSD/NVM/SAN:
 <code bash> <code bash>
-btrfs balance start -v -mconvert=dup,soft -sconvert=dup,soft / -f+btrfs balance start -v -mconvert=dup -sconvert=dup / -f
 </code> </code>
  
-<code> 
- soft 
-           Takes no parameters. Only has meaning when converting between 
-           profiles. When doing convert from one profile to another and 
-           soft mode is on, chunks that already have the target profile 
-           are left untouched. This is useful e.g. when half of the 
-           filesystem was converted earlier but got cancelled. 
-</code> 
-