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.



-- 
twalb...@gmail.com
--
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

Reply via email to