• Ilya Dryomov's avatar
    Btrfs: soft profile changing mode (aka soft convert) · cfa4c961
    Ilya Dryomov authored
    When doing convert from one profile to another if soft mode is on
    restriper won't touch chunks that already have the profile we are
    converting to.  This is useful if e.g. half of the FS was converted
    earlier.
    
    The soft mode switch is (like every other filter) per-type.  This means
    that we can convert for example meta chunks the "hard" way while
    converting data chunks selectively with soft switch.
    Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
    cfa4c961
volumes.h 7.41 KB