From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-po-06v.sys.comcast.net ([96.114.154.165]:59979 "EHLO resqmta-po-06v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbcIQOeI (ORCPT ); Sat, 17 Sep 2016 10:34:08 -0400 Date: Sat, 17 Sep 2016 09:34:04 -0500 From: Tim Walberg To: Chris Murphy Cc: Stefan Malte Schumacher , Btrfs BTRFS Subject: Re: Size of scrubbed Data Message-ID: <20160917143404.GF2290@comcast.net> Reply-To: Tim Walberg References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-btrfs-owner@vger.kernel.org List-ID: 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 Since the single profile data is single, that should probably be "-s" instead of "-m"... I.e. btrfs balance start -sconvert=raid1,soft It may also need "-f", since btrfs balance is a bit more paranoid about reprofiling system data. -- twalberg@gmail.com