On Tue, Feb 04, 2014 at 10:35:06PM +0600, Roman Mamedov wrote:
> On Tue, 4 Feb 2014 16:32:35 +0000
> Hugo Mills <h...@carfax.org.uk> wrote:
> 
> > On Tue, Feb 04, 2014 at 10:23:10PM +0600, Roman Mamedov wrote:
> > > Hello,
> > > 
> > > My server had a period of instability (PSU-related issues), some lockups,
> > > some strange crashes, and some files became corrupted, and perhaps parts 
> > > of
> > > a filesystem too. One BTRFS partition now fails with the following errors.
> > > 
> > > On an attempt to make a snapshot:
> > > 
> > > [   48.035664] btrfs: corrupt leaf, bad key order: 
> > > block=193529446400,root=1, slot=9
> > [snip]
> > 
> >    Bad key order is pretty much always down to hardware corrupting
> > data at some point -- which would go well with your list of hardware
> > problems above.
> > 
> > > Currently I have it mounted read-only, and all data seems to be 
> > > accessible.
> > > Short of copying everything away and recreating the FS, how can I bring 
> > > it to
> > > a working order. Is btrfsck a good option here?
> > 
> >    The first investigation to do would be to look at the block in
> > question and see if it's got an obvious problem with it. If you post
> > the output of "btrfs-debug-tree -b 193529446400 /dev/whatever", we can
> > take a look at the indexing.
> 
> Thanks; here it is:
> 
> # btrfs-debug-tree -b 193529446400 /dev/md4 
> leaf 193529446400 items 81 free space 46 generation 565572 owner 7
> fs uuid dd12de99-bbe5-45cf-b869-6313c1f58431
> chunk uuid b61f845a-ada5-4bcf-b995-7c5e1affa63d
>       item 0 key (EXTENT_CSUM EXTENT_CSUM 4278808576) itemoff 3955 itemsize 40
>               extent csum item
>       item 1 key (EXTENT_CSUM EXTENT_CSUM 4278853632) itemoff 3895 itemsize 60
>               extent csum item
>       item 2 key (EXTENT_CSUM EXTENT_CSUM 4278919168) itemoff 3883 itemsize 12
>               extent csum item
>       item 3 key (EXTENT_CSUM EXTENT_CSUM 4278931456) itemoff 3843 itemsize 40
>               extent csum item
>       item 4 key (EXTENT_CSUM EXTENT_CSUM 4278976512) itemoff 3819 itemsize 24
>               extent csum item
>       item 5 key (EXTENT_CSUM EXTENT_CSUM 4279001088) itemoff 3815 itemsize 4
>               extent csum item
>       item 6 key (EXTENT_CSUM EXTENT_CSUM 4279005184) itemoff 3787 itemsize 28
>               extent csum item
>       item 7 key (EXTENT_CSUM EXTENT_CSUM 4279033856) itemoff 3715 itemsize 72
>               extent csum item
>       item 8 key (EXTENT_CSUM EXTENT_CSUM 4279107584) itemoff 3619 itemsize 96
>               extent csum item
>       item 9 key (EXTENT_CSUM EXTENT_CSUM 72998785024) itemoff 3599 itemsize 
> 20
>               extent csum item

   ^^^ Here it is.

The previous key (item 8):
>>> hex(4279107584)
'0xff0e0000L'

This key (item 9):
>>> hex(72998785024)
'0x10ff111000L'

   So it looks likely that you've got a single bit flip in the key.
Josef had a patch for fsck some time before Christmas that would deal
with (some of) these cases, but I'm not sure if this is one of them.

   Hugo.

-- 
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
  PGP key: 65E74AC0 from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
            --- You're never alone with a rubber duck... ---             

Attachment: signature.asc
Description: Digital signature

Reply via email to