From: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
To: Henk Slager <eye1tm@gmail.com>
Cc: linux-btrfs <linux-btrfs@vger.kernel.org>
Subject: Re: [PATCH v3 2/4] btrfs-progs: lowmem check: Fix false alert about referencer count mismatch
Date: Mon, 3 Jul 2017 10:55:28 +0800 [thread overview]
Message-ID: <20170703025528.GA9646@lufq.5F> (raw)
In-Reply-To: <CAPmG0jaR89wz3GcBNxKN9-BF=QogiZo8uPi0VK2iVD8cN4Smpg@mail.gmail.com>
On Sun, Jul 02, 2017 at 03:50:31PM +0200, Henk Slager wrote:
>
>With this patch applied to v4.11, I ran:
># btrfs check -p --mode lowmem /dev/mapper/smr
>
>no 'referencer count mismatch' anymore, but likely due to other hidden
>corruption, the check took more time than I had planned, so after 5
>days, I cancelled it.
>
>As a summary, both kernel and lowmem check mention the same issue as
>it looks like; for the lowmem check it is this, (repeating):
>[...]
>parent transid verify failed on 6350669414400 wanted 24678 found 24184
>parent transid verify failed on 6350645837824 wanted 24678 found 23277
>Ignoring transid failure
>leaf parent key incorrect 6350645837824
>ERROR: extent[6349151535104 16384] backref lost (owner: 2, level: 0)
>ERROR: check leaf failed root 2 bytenr 6349151535104 level 0, force
>continue check
>parent transid verify failed on 6350645837824 wanted 24678 found 23277
>Ignoring transid failure
>leaf parent key incorrect 6350645837824
>ERROR: extent[6349150486528 16384] backref lost (owner: 2, level: 0)
>ERROR: check leaf failed root 2 bytenr 6349150486528 level 0, force
>continue check
This looks like the extent tree has some problems. I would appreciate it
if you could run the following command to dump the extent tree for me?
# btrfs-debug-tree -t 2 /dev/mapper/smr | grep -C 10 -e 6349151535104 -e 6349150486528
>My plan is now to image the whole 8TB fs to extra/new storage hardware
>with dd and then see if I can get the copy fixed. But it might take a
>year before I do so (it is not critical w.r.t. data-loss, it's cold
>storage, multi-year btrfs features test).
>
>
--
Thanks,
Lu
next prev parent reply other threads:[~2017-07-03 2:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-26 10:37 [PATCH v3 1/4] btrfs-progs: lowmem check: Fix false alert about file extent interrupt Lu Fengqi
2017-06-26 10:37 ` [PATCH v3 2/4] btrfs-progs: lowmem check: Fix false alert about referencer count mismatch Lu Fengqi
2017-07-02 13:50 ` Henk Slager
2017-07-03 2:55 ` Lu Fengqi [this message]
2017-06-26 10:37 ` [PATCH v3 3/4] btrfs-progs: test: Add test image for lowmem mode file extent interrupt Lu Fengqi
2017-06-26 10:37 ` [PATCH v3 4/4] btrfs-progs: test: Add test image for lowmem mode referencer count mismatch false alert Lu Fengqi
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=20170703025528.GA9646@lufq.5F \
--to=lufq.fnst@cn.fujitsu.com \
--cc=eye1tm@gmail.com \
--cc=linux-btrfs@vger.kernel.org \
/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).