From: Qu Wenruo <quwenruo.btrfs@gmx.com>
To: Dirk Gouders <dirk@gouders.net>
Cc: Linux BTRFS mailing list <linux-btrfs@vger.kernel.org>
Subject: Re: FS unmountable after RAID/LVM problems
Date: Wed, 14 Mar 2018 18:14:12 +0800 [thread overview]
Message-ID: <de71954e-9738-ffec-3c0b-ee15c5b83d7b@gmx.com> (raw)
In-Reply-To: <gha7vbj7iv.fsf@lena.gouders.net>
[-- Attachment #1.1: Type: text/plain, Size: 3739 bytes --]
On 2018年03月14日 18:06, Dirk Gouders wrote:
> Qu Wenruo <quwenruo.btrfs@gmx.com> writes:
>
>> On 2018年03月14日 17:36, Dirk Gouders wrote:
>>> Qu Wenruo <quwenruo.btrfs@gmx.com> writes:
>>>
>>>> On 2018年03月14日 16:53, Dirk Gouders wrote:
>>>>> Qu Wenruo <quwenruo.btrfs@gmx.com> writes:
>>>>>
>>>>>> On 2018年03月13日 22:49, Dirk Gouders wrote:
>>>>>> [snip]
>>>>>>>>
>>>>>>>> # btrfs inspect dump-tree -b 848986112 /dev/loop0p1
>>>>>>>> # btrfs inspect dump-tree -b 72089600 /dev/loop0p1
>>>>>>>
>>>>>>> OK.
>>>>>>>
>>>>>>> (This mail gets a bit long but I don't want to snip probably important
>>>>>>> information above.)
>>>>>>>
>>>>>>
>>>>>> Feel free to snip.
>>>>>> As the involved tree block is not shown anywhere.
>>>>>>
>>>>>> So it's not any root node corrupted.
>>>>>> It may be some extent tree node corrupted in this case.
>>>>>>
>>>>>> While to inspect it, we need some new functionality in btrfs inspect tree.
>>>>>>
>>>>>> Before that, would you please try the following patch and to see if it
>>>>>> helps btrfs-restore to salvage any data?
>>>>>
>>>>> I tried it and got the following output:
>>>>>
>>>>> # btrfs restore /dev/loop0p1 /mnt/
>>>>> checksum verify failed on 363069440 found 296FB15A wanted F0AFE59D
>>>>> checksum verify failed on 363069440 found 296FB15A wanted F0AFE59D
>>>>> checksum verify failed on 363069440 found DC09290B wanted C630FD61
>>>>> checksum verify failed on 363069440 found 296FB15A wanted F0AFE59D
>>>>> bytenr mismatch, want=363069440, have=17552567724568668829
>>>>> Could not open root, trying backup super
>>>>> checksum verify failed on 363069440 found 296FB15A wanted F0AFE59D
>>>>> checksum verify failed on 363069440 found 296FB15A wanted F0AFE59D
>>>>> checksum verify failed on 363069440 found DC09290B wanted C630FD61
>>>>> checksum verify failed on 363069440 found 296FB15A wanted F0AFE59D
>>>>> bytenr mismatch, want=363069440, have=17552567724568668829
>>>>> Could not open root, trying backup super
>>>>> ERROR: superblock bytenr 274877906944 is larger than device size 10741612544
>>>>> Could not open root, trying backup super
>>>>
>>>> So it's still something important in the tree.
>>>>
>>>> Would you please apply this patch?
>>>> https://patchwork.kernel.org/patch/10281329/
>>>>
>>>> And then dump the tree again using that newly added -f option?
>>>> (Both stdout and stderr is needed)
>>>>
>>>> The dump command would be:
>>>> # btrfs inspect dump-tree -f -b <bytenr>
>>>>
>>>> Needed bytenrs would be:
>>>> 848773120 tree root
>>>> 848789504 extent root (My primary guess)
>>>
>>> I am currently preparing the diagnosis data but after the above bytenr
>>> the log grew to already 28MB. Should I send all that data to the list?
>>
>> Nope, stderr is enough.
>
> OK, I will attach the output to the end. The output is separated by the
> command lines, so searching for "inspect" helps for navigation.
>
> For extend root and fs root I provide only stderr, because they grew
> stdout by 28 resp. 150 MB.
Thanks for all your effort!
It's clear the problem is the extent tree.
I'll try to enhance open_ctree() to allow btrfs-restore to continue even
if extent tree is corrupted asap.
Thanks,
Qu
>
> Thanks,
>
> Dirk
>
>>
>>>
>>> Thanks,
>>>
>>> Dirk
>>>
>>>> 30408704 dev root
>>>> 850509824 fs root (this could contain *FILENAME*, please censor
>>>> them if needed, and it may be large)
>>>> 212353024 uuid tree (not really imporatant)
>>>>
>>>> And if it's extent root, we could enhance btrfs-progs open_ctree() to
>>>> handle it for RO mode (needed by btrfs-restore)
>>>>
>>>> Thanks,
>>>> Qu
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 520 bytes --]
prev parent reply other threads:[~2018-03-14 10:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-13 8:53 FS unmountable after RAID/LVM problems Dirk Gouders
2018-03-13 12:25 ` Qu Wenruo
2018-03-13 13:01 ` Dirk Gouders
2018-03-13 13:20 ` Qu Wenruo
2018-03-13 13:29 ` Dirk Gouders
2018-03-13 13:44 ` Qu Wenruo
2018-03-13 14:21 ` Dirk Gouders
2018-03-13 14:31 ` Qu Wenruo
2018-03-13 14:49 ` Dirk Gouders
2018-03-14 0:40 ` Qu Wenruo
2018-03-14 8:53 ` Dirk Gouders
2018-03-14 9:16 ` Qu Wenruo
2018-03-14 9:36 ` Dirk Gouders
2018-03-14 9:41 ` Qu Wenruo
[not found] ` <gha7vbj7iv.fsf@lena.gouders.net>
2018-03-14 10:14 ` 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=de71954e-9738-ffec-3c0b-ee15c5b83d7b@gmx.com \
--to=quwenruo.btrfs@gmx.com \
--cc=dirk@gouders.net \
--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).