Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: Qu Wenruo <quwenruo@cn.fujitsu.com>
To: <kreijack@inwind.it>, Shriramana Sharma <samjnaa@gmail.com>,
	linux-btrfs <linux-btrfs@vger.kernel.org>
Cc: Hugo Mills <hugo-lkml@carfax.org.uk>
Subject: Re: System/single + Metadata/single as leftover cruft of mkfs?
Date: Mon, 8 Dec 2014 09:22:45 +0800	[thread overview]
Message-ID: <5484FD65.7010207@cn.fujitsu.com> (raw)
In-Reply-To: <5480A8C6.8010201@inwind.it>


-------- Original Message --------
Subject: Re: System/single + Metadata/single as leftover cruft of mkfs?
From: Goffredo Baroncelli <kreijack@inwind.it>
To: Shriramana Sharma <samjnaa@gmail.com>, linux-btrfs 
<linux-btrfs@vger.kernel.org>
Date: 2014年12月05日 02:32
> On 12/04/2014 02:53 PM, Shriramana Sharma wrote:
>> I observe that whenever I create a BtrFS instance using mkfs.btrfs,
>> there is always the leftover cruft of two System/Metadata-Single
>> allocation profiles:
>>
>> btrfs fi df /run/media/samjnaa/BRIHATII/
>> Data, single: total=460.01GiB, used=458.47GiB
>> System, DUP: total=8.00MiB, used=80.00KiB
>> System, single: total=4.00MiB, used=0.00B
>> Metadata, DUP: total=1.50GiB, used=736.86MiB
>> Metadata, single: total=8.00MiB, used=0.00B
>> GlobalReserve, single: total=256.00MiB, used=0.00B
> Time, to time this question returns:
> this was a explanation from Hugo Mills
> 	http://permalink.gmane.org/gmane.comp.file-systems.btrfs/38205
>
>
> : I believe it comes from mkfs creating a trivial basic filesystem
> : (with the single profiles), and then setting enough flags on it that the
> : kernel can bootstrap it with the desired chunks in it -- but I may be
> : wrong about that.
>
Yes, Hugo's explain is right.
mkfs.btrfs will make a basic file system(empty one) with SINGLE as 8M 
metadata and 4M system.(numbers may differ)
And then *add* new chunks with the raid level passed by  -m/-d options,
which makes mkfs.btrfs codes short and clean.

So, you can see the single system and metadata.

Also, if you have any raid level that has duplication(raid1 or dup), 
then kernel will not use such unsafe(single/raid0)
so in fact, they will never be used if using default DUP metadata like 
output

BTW, the latest kernel should have the patch  Josef committed, which 
will automatically remove the empty
chunks, so after rw mount with latest kernel, they should disappear.

Thasnk,
Qu
>> Doing btrfs balance eventually removes these (but since I forgot to do
>> it *before* copying 400+ G of data to the drive it's still running)
>> but I don't understand why these have to be created in the first
>> place? (I just used SuSE Tumbleweed's default mkfs.btrfs without any
>> -m or -d options.)
>>
>
>
>


      reply	other threads:[~2014-12-08  1:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-04 13:53 System/single + Metadata/single as leftover cruft of mkfs? Shriramana Sharma
2014-12-04 14:13 ` Austin S Hemmelgarn
2014-12-04 14:22   ` Austin S Hemmelgarn
2014-12-04 14:25   ` Shriramana Sharma
2014-12-04 14:36     ` Austin S Hemmelgarn
2014-12-04 18:17     ` Robert White
2014-12-04 23:55       ` Shriramana Sharma
2014-12-05  6:57   ` Duncan
2014-12-04 18:32 ` Goffredo Baroncelli
2014-12-08  1:22   ` Qu Wenruo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5484FD65.7010207@cn.fujitsu.com \
    --to=quwenruo@cn.fujitsu.com \
    --cc=hugo-lkml@carfax.org.uk \
    --cc=kreijack@inwind.it \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=samjnaa@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox