linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Josef Bacik <josef@toxicpanda.com>
To: Nikolay Borisov <nborisov@suse.com>, linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] btrfs-progs: check: Fix error reporting on root inode
Date: Mon, 24 Aug 2020 11:23:22 -0400	[thread overview]
Message-ID: <21a70505-74c8-8153-4652-fc07cd4aa69d@toxicpanda.com> (raw)
In-Reply-To: <20200824140049.28633-1-nborisov@suse.com>

On 8/24/20 10:00 AM, Nikolay Borisov wrote:
> If btrfs check detects an error on the root inode of a subvolume it
> prints:
> 
>      Opening filesystem to check...
>      Checking filesystem on /dev/vdc
>      UUID: 4ac7a216-bf97-4c5f-9899-0f203c20d8af
>      [1/7] checking root items
>      [2/7] checking extents
>      [3/7] checking free space cache
>      [4/7] checking fs roots
>      root 5 root dir 256 error
>      ERROR: errors found in fs roots
>      found 196608 bytes used, error(s) found
>      total csum bytes: 0
>      total tree bytes: 131072
>      total fs tree bytes: 32768
>      total extent tree bytes: 16384
>      btree space waste bytes: 124376
>      file data blocks allocated: 65536
>       referenced 65536
> 
> This is not very helpful since there is no specific information about
> the exact error. This is due to the fact that check_root_dir doesn't
> set inode_record::errors accordingly. This patch rectifies this and now
> the output would look like:
> 
> 	[1/7] checking root items
> 	[2/7] checking extents
> 	[3/7] checking free space cache
> 	[4/7] checking fs roots
> 	root 5 inode 256 errors 2000, link count wrong
> 	ERROR: errors found in fs roots
> 	found 196608 bytes used, error(s) found
> 	total csum bytes: 0
> 	total tree bytes: 131072
> 	total fs tree bytes: 32768
> 	total extent tree bytes: 16384
> 	btree space waste bytes: 124376
> 	file data blocks allocated: 65536
> 	 referenced 65536
> 
> Signed-off-by: Nikolay Borisov <nborisov@suse.com>

Reviewed-by: Josef Bacik <josef@toxicpanda.com>

Thanks,

Josef

  reply	other threads:[~2020-08-24 15:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24 14:00 [PATCH] btrfs-progs: check: Fix error reporting on root inode Nikolay Borisov
2020-08-24 15:23 ` Josef Bacik [this message]
2020-08-31 15:17 ` David Sterba

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=21a70505-74c8-8153-4652-fc07cd4aa69d@toxicpanda.com \
    --to=josef@toxicpanda.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=nborisov@suse.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;
as well as URLs for NNTP newsgroup(s).