On Sat, Sep 17, 2016 at 8:34 AM, Tim Walberg <twalb...@comcast.net> wrote: > On 09/15/2016 15:18 -0600, Chris Murphy wrote: >>> > System, single: total=4.00MiB, used=0.00B >>> > Metadata, RAID1: total=10.00GiB, used=8.14GiB >>> > GlobalReserve, single: total=512.00MiB, used=0.00B >>> >>> btrfs balance start -mconvert=raid1,soft <mp> > > > Since the single profile data is single, that should probably be > "-s" instead of "-m"... I.e. > > btrfs balance start -sconvert=raid1,soft <mp> > > It may also need "-f", since btrfs balance is a bit more paranoid > about reprofiling system data.
Originally -m only handled metadata, not system chunks. But these days -m includes metadata and system chunks, where -s is only system chunks. -- Chris Murphy -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html