All of lore.kernel.org
 help / color / mirror / Atom feed
* hard lockup while balance was running killed my raid5
@ 2015-05-05 16:36 Perry Gilfillan
  2015-05-05 17:03 ` Holger Hoffstätte
  2015-05-05 17:17 ` Chris Murphy
  0 siblings, 2 replies; 8+ messages in thread
From: Perry Gilfillan @ 2015-05-05 16:36 UTC (permalink / raw)
  To: linux-btrfs

My apologies if this is a double post, but messages from my google mail 
based accounts don't seem to go through, even asking majordomo for help 
got no reply.  If list-owner is reading this, those accounts are still 
subscribed if you want to look into it.


I've been using BTRFS for the better part of a year now without too many 
hiccups, and recovered from those that have happened with minimal fuss 
until now.  I created this raid5 set a few months ago on a collection of 
1TB and 2TB drives, and since then have been swapping in new 3TB drives.

The data is just broadcast recordings, so there's no time pressure, nor 
are there backups...  So I'll sit on the problem for as long it takes to 
see a solution.


My kernel
Linux lightmyfire 4.1.0-0.rc1.git1.1.fc23.x86_64 #1 SMP Sun May 3 
14:26:14 CDT 2015 x86_64 x86_64 x86_64 GNU/Linux

I've got btrfs-progs and btrfs-progs-unstable from git, so I'll use 
which ever might be useful for any further diagnostics.

Since devid 1 & 2 appear to be fully utilized, I set off a balance, the 
system locked up,  and nothing I've read points to a solution yet.

Looking at btrfs-show-super it appears that /dev/sdf5 is the one that is 
causing the transid problem.  The other device supers all show 
generation 291859.  I've tried hiding sdf5 ( wipefs ) with no success, 
so degraded doesn't help.



[root@lightmyfire btrfs-progs-unstable]# ./btrfs fi sh /dev/sda5
Label: 'mythstore-Q-002'  uuid: 8cb46c9e-9633-435f-a965-1afd14c981d6
         Total devices 5 FS bytes used 6.82TiB
         devid    1 size 2.44TiB used 2.44TiB path /dev/sde5
         devid    2 size 2.44TiB used 2.44TiB path /dev/sdc5
         devid    5 size 1.82TiB used 1.79TiB path /dev/sdd1
         devid    6 size 2.44TiB used 1.79TiB path /dev/sda5
         devid    7 size 2.44TiB used 1.79TiB path /dev/sdf5

btrfs-progs v4.0


[root@lightmyfire btrfs-progs-unstable]# mount -o ro,recovery /dev/sda5 
/media/mythstore-q/
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
        missing codepage or helper program, or other error

        In some cases useful info is found in syslog - try
        dmesg | tail or so.

[root@lightmyfire btrfs-progs-unstable]# dmesg | tail
[90155.912245] BTRFS info (device sde5): enabling auto recovery
[90155.912250] BTRFS info (device sde5): disk space caching is enabled
[90155.914705] BTRFS (device sde5): parent transid verify failed on 
27198602870784 wanted 291859 found 291431
[90155.916631] BTRFS (device sde5): parent transid verify failed on 
27198602887168 wanted 291859 found 291431
[90155.967480] BTRFS (device sde5): parent transid verify failed on 
27198604001280 wanted 291640 found 291420
[90156.688917] BTRFS (device sde5): bad tree block start 889192477 
27198604001280
[90156.689124] BTRFS: failed to read chunk tree on sde5
[90156.758500] BTRFS: open_ctree failed




superblock: bytenr=65536, device=/dev/sde5
---------------------------------------------------------
csum                    0xaec2d815 [match]
bytenr                  65536
flags                   0x1
magic                   _BHRfS_M [match]
fsid                    8cb46c9e-9633-435f-a965-1afd14c981d6
label                   mythstore-Q-002
generation              291859
root                    26023428292608
sys_array_size          161
chunk_root_generation   291859
root_level              1
chunk_root              27198602870784
chunk_root_level        1
log_root                26023432650752
log_root_transid        0
log_root_level          0
total_bytes             12726740449280
bytes_used              7496508084224
sectorsize              4096
nodesize                16384
leafsize                16384
stripesize              4096
root_dir                6
num_devices             5
compat_flags            0x0
compat_ro_flags         0x0
incompat_flags          0xe1
                         ( MIXED_BACKREF |
                           BIG_METADATA |
                           EXTENDED_IREF |
                           RAID56 )
csum_type               0
csum_size               4
cache_generation        291859
uuid_tree_generation    291859
dev_item.uuid           4d3a8469-8492-4cbe-bba9-dc77c82fe2b5
dev_item.fsid           8cb46c9e-9633-435f-a965-1afd14c981d6 [match]
dev_item.type           0
dev_item.total_bytes    2681585270784
dev_item.bytes_used     2681584222208
dev_item.io_align       4096
dev_item.io_width       4096
dev_item.sector_size    4096
dev_item.devid          1
dev_item.dev_group      0
dev_item.seek_speed     0
dev_item.bandwidth      0
dev_item.generation     0


superblock: bytenr=65536, device=/dev/sdf5
---------------------------------------------------------
csum                    0x4b5bad00 [match]
bytenr                  65536
flags                   0x1
magic                   _BHRfS_M [match]
fsid                    8cb46c9e-9633-435f-a965-1afd14c981d6
label                   mythstore-Q-002
generation              291431
root                    26096742498304
sys_array_size          161
chunk_root_generation   291431
root_level              1
chunk_root              27198602870784
chunk_root_level        1
log_root                26096751624192
log_root_transid        0
log_root_level          0
total_bytes             12726740449280
bytes_used              7496518389760
sectorsize              4096
nodesize                16384
leafsize                16384
stripesize              4096
root_dir                6
num_devices             5
compat_flags            0x0
compat_ro_flags         0x0
incompat_flags          0xe1
                         ( MIXED_BACKREF |
                           BIG_METADATA |
                           EXTENDED_IREF |
                           RAID56 )
csum_type               0
csum_size               4
cache_generation        291431
uuid_tree_generation    291431
dev_item.uuid           3fc033b6-43f7-4e07-aee3-00ca592615f9
dev_item.fsid           8cb46c9e-9633-435f-a965-1afd14c981d6 [match]
dev_item.type           0
dev_item.total_bytes    2681585737216
dev_item.bytes_used     1964992626688
dev_item.io_align       4096
dev_item.io_width       4096
dev_item.sector_size    4096
dev_item.devid          7
dev_item.dev_group      0
dev_item.seek_speed     0
dev_item.bandwidth      0
dev_item.generation     0


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: hard lockup while balance was running killed my raid5
  2015-05-05 16:36 hard lockup while balance was running killed my raid5 Perry Gilfillan
@ 2015-05-05 17:03 ` Holger Hoffstätte
  2015-05-05 18:06   ` Perry Gilfillan
  2015-05-05 17:17 ` Chris Murphy
  1 sibling, 1 reply; 8+ messages in thread
From: Holger Hoffstätte @ 2015-05-05 17:03 UTC (permalink / raw)
  To: linux-btrfs

On Tue, 05 May 2015 11:36:07 -0500, Perry Gilfillan wrote:

> My kernel
> Linux lightmyfire 4.1.0-0.rc1.git1.1.fc23.x86_64 #1 SMP Sun May 3 
> 14:26:14 CDT 2015 x86_64 x86_64 x86_64 GNU/Linux
> 
> I've got btrfs-progs and btrfs-progs-unstable from git, so I'll use 
> which ever might be useful for any further diagnostics.
> 
> Since devid 1 & 2 appear to be fully utilized, I set off a balance, the 
> system locked up,  and nothing I've read points to a solution yet.

I've also had a hard lockup just the other day during a balance (on a
single device though), so this points to some changes in the 4.1 merge
window.

Just to confirm: by "hard lockup" you mean that the entire box is frozen,
no longer shows any signs of life and no longer responds to anything?

One thing you could try is to mount your devices without the free-space
cache (-o clear_cache,nospace_cache) and try to run the balance.

Would be interesting to see if that helps.

-h


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: hard lockup while balance was running killed my raid5
  2015-05-05 16:36 hard lockup while balance was running killed my raid5 Perry Gilfillan
  2015-05-05 17:03 ` Holger Hoffstätte
@ 2015-05-05 17:17 ` Chris Murphy
  1 sibling, 0 replies; 8+ messages in thread
From: Chris Murphy @ 2015-05-05 17:17 UTC (permalink / raw)
  To: Perry Gilfillan; +Cc: Btrfs BTRFS

On Tue, May 5, 2015 at 10:36 AM, Perry Gilfillan <perrye@linuxmail.org> wrote:
> My apologies if this is a double post, but messages from my google mail
> based accounts don't seem to go through, even asking majordomo for help got
> no reply.  If list-owner is reading this, those accounts are still
> subscribed if you want to look into it.

Check one of the other tabs. Before setting a filter for this list,
emails were going to either Promotions or Updates tab.

Also, the identical email to this one did go to the list on May 4.


-- 
Chris Murphy

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: hard lockup while balance was running killed my raid5
  2015-05-05 17:03 ` Holger Hoffstätte
@ 2015-05-05 18:06   ` Perry Gilfillan
  2015-05-06  3:46     ` ronnie sahlberg
  2015-05-07 17:21     ` Perry Gilfillan
  0 siblings, 2 replies; 8+ messages in thread
From: Perry Gilfillan @ 2015-05-05 18:06 UTC (permalink / raw)
  To: linux-btrfs



On 05/05/2015 12:03 PM, Holger Hoffstätte wrote:
> I've also had a hard lockup just the other day during a balance (on a
> single device though), so this points to some changes in the 4.1 merge
> window.
>
> Just to confirm: by "hard lockup" you mean that the entire box is frozen,
> no longer shows any signs of life and no longer responds to anything?
The crash occured while running vmlinuz-3.19.5-200.fc21.x86_64 kernel 
image, and the console had the tail end of a crash dump.  I wasn't even 
able to use SysRq magic as a last resort.
> One thing you could try is to mount your devices without the free-space
> cache (-o clear_cache,nospace_cache) and try to run the balance.
>
> Would be interesting to see if that helps.
No joy:

mount -o clear_cache,nospace_cache /dev/sdf5 /media/mythstore-q/
mount: wrong fs type, bad option, bad superblock on /dev/sdf5,
        missing codepage or helper program, or other error

        In some cases useful info is found in syslog - try
        dmesg | tail or so.
[root@lightmyfire btrfs-progs-unstable]# dmesg | tail
[156582.161467] BTRFS: failed to read chunk tree on sde5
[156582.199621] BTRFS: open_ctree failed
[157176.918989] BTRFS info (device sde5): force clearing of disk cache
[157176.919007] BTRFS info (device sde5): disabling disk space caching
[157176.923126] BTRFS (device sde5): parent transid verify failed on 
27198602870784 wanted 291859 found 291431
[157176.928355] BTRFS (device sde5): parent transid verify failed on 
27198602887168 wanted 291859 found 291431
[157176.975898] BTRFS (device sde5): parent transid verify failed on 
27198604001280 wanted 291640 found 291420
[157176.982158] BTRFS (device sde5): bad tree block start 889192477 
27198604001280
[157176.986004] BTRFS: failed to read chunk tree on sde5
[157177.020060] BTRFS: open_ctree failed


btrfs-image throws a different error,
bytenr mismatch, want=27198603952128, have=13057557201204318535,
where the 'have' seems to be pointing some where out past Pluto!

[root@lightmyfire btrfs-progs-unstable]# ./btrfs-image /dev/sdf5 ~/text.txt
parent transid verify failed on 27198602870784 wanted 291859 found 291431
parent transid verify failed on 27198602870784 wanted 291859 found 291431
checksum verify failed on 27198602870784 found C273E746 wanted 26905AF0
parent transid verify failed on 27198602870784 wanted 291859 found 291431
Ignoring transid failure
parent transid verify failed on 27198603952128 wanted 291431 found 291859
parent transid verify failed on 27198603952128 wanted 291431 found 291859
checksum verify failed on 27198603952128 found BC5A7A89 wanted 90B199E8
checksum verify failed on 27198603952128 found BC5A7A89 wanted 90B199E8
bytenr mismatch, want=27198603952128, have=13057557201204318535
Couldn't read chunk tree
Open ctree failed
create failed (Success)



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: hard lockup while balance was running killed my raid5
  2015-05-05 18:06   ` Perry Gilfillan
@ 2015-05-06  3:46     ` ronnie sahlberg
  2015-05-06  3:56       ` Chris Murphy
  2015-05-07 17:21     ` Perry Gilfillan
  1 sibling, 1 reply; 8+ messages in thread
From: ronnie sahlberg @ 2015-05-06  3:46 UTC (permalink / raw)
  To: Perry Gilfillan; +Cc: linux-btrfs

In my experience,
parent transid verify failed on 27198603952128 wanted 291431 found 291859

This probably means your filesystem is toast and you have total dataloss.


On Tue, May 5, 2015 at 11:06 AM, Perry Gilfillan <perrye@linuxmail.org> wrote:
>
>
> On 05/05/2015 12:03 PM, Holger Hoffstätte wrote:
>>
>> I've also had a hard lockup just the other day during a balance (on a
>> single device though), so this points to some changes in the 4.1 merge
>> window.
>>
>> Just to confirm: by "hard lockup" you mean that the entire box is frozen,
>> no longer shows any signs of life and no longer responds to anything?
>
> The crash occured while running vmlinuz-3.19.5-200.fc21.x86_64 kernel image,
> and the console had the tail end of a crash dump.  I wasn't even able to use
> SysRq magic as a last resort.
>>
>> One thing you could try is to mount your devices without the free-space
>> cache (-o clear_cache,nospace_cache) and try to run the balance.
>>
>> Would be interesting to see if that helps.
>
> No joy:
>
> mount -o clear_cache,nospace_cache /dev/sdf5 /media/mythstore-q/
> mount: wrong fs type, bad option, bad superblock on /dev/sdf5,
>        missing codepage or helper program, or other error
>
>        In some cases useful info is found in syslog - try
>        dmesg | tail or so.
> [root@lightmyfire btrfs-progs-unstable]# dmesg | tail
> [156582.161467] BTRFS: failed to read chunk tree on sde5
> [156582.199621] BTRFS: open_ctree failed
> [157176.918989] BTRFS info (device sde5): force clearing of disk cache
> [157176.919007] BTRFS info (device sde5): disabling disk space caching
> [157176.923126] BTRFS (device sde5): parent transid verify failed on
> 27198602870784 wanted 291859 found 291431
> [157176.928355] BTRFS (device sde5): parent transid verify failed on
> 27198602887168 wanted 291859 found 291431
> [157176.975898] BTRFS (device sde5): parent transid verify failed on
> 27198604001280 wanted 291640 found 291420
> [157176.982158] BTRFS (device sde5): bad tree block start 889192477
> 27198604001280
> [157176.986004] BTRFS: failed to read chunk tree on sde5
> [157177.020060] BTRFS: open_ctree failed
>
>
> btrfs-image throws a different error,
> bytenr mismatch, want=27198603952128, have=13057557201204318535,
> where the 'have' seems to be pointing some where out past Pluto!
>
> [root@lightmyfire btrfs-progs-unstable]# ./btrfs-image /dev/sdf5 ~/text.txt
> parent transid verify failed on 27198602870784 wanted 291859 found 291431
> parent transid verify failed on 27198602870784 wanted 291859 found 291431
> checksum verify failed on 27198602870784 found C273E746 wanted 26905AF0
> parent transid verify failed on 27198602870784 wanted 291859 found 291431
> Ignoring transid failure
> parent transid verify failed on 27198603952128 wanted 291431 found 291859
> parent transid verify failed on 27198603952128 wanted 291431 found 291859
> checksum verify failed on 27198603952128 found BC5A7A89 wanted 90B199E8
> checksum verify failed on 27198603952128 found BC5A7A89 wanted 90B199E8
> bytenr mismatch, want=27198603952128, have=13057557201204318535
> Couldn't read chunk tree
> Open ctree failed
> create failed (Success)
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: hard lockup while balance was running killed my raid5
  2015-05-06  3:46     ` ronnie sahlberg
@ 2015-05-06  3:56       ` Chris Murphy
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Murphy @ 2015-05-06  3:56 UTC (permalink / raw)
  To: ronnie sahlberg; +Cc: Perry Gilfillan, linux-btrfs

On Tue, May 5, 2015 at 9:46 PM, ronnie sahlberg
<ronniesahlberg@gmail.com> wrote:
> In my experience,
> parent transid verify failed on 27198603952128 wanted 291431 found 291859
>
> This probably means your filesystem is toast and you have total dataloss.

The generations aren't that far apart, there's a decent chance that
btrfs restore can work.

What we don't know is everything leading up to this point, because
obviously a btrfs raid6 should be mountable degraded in the face of a
single device failure.

-- 
Chris Murphy

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: hard lockup while balance was running killed my raid5
  2015-05-05 18:06   ` Perry Gilfillan
  2015-05-06  3:46     ` ronnie sahlberg
@ 2015-05-07 17:21     ` Perry Gilfillan
  1 sibling, 0 replies; 8+ messages in thread
From: Perry Gilfillan @ 2015-05-07 17:21 UTC (permalink / raw)
  To: linux-btrfs

I've been trying to understand where some of these numbers come from.

On 05/05/2015 01:06 PM, Perry Gilfillan wrote:
> btrfs-image throws a different error,
> bytenr mismatch, want=27198603952128, have=13057557201204318535,
> where the 'have' seems to be pointing some where out past Pluto!
>
> [root@lightmyfire btrfs-progs-unstable]# ./btrfs-image /dev/sdf5 
> ~/text.txt
> parent transid verify failed on 27198602870784 wanted 291859 found 291431
> parent transid verify failed on 27198602870784 wanted 291859 found 291431
> checksum verify failed on 27198602870784 found C273E746 wanted 26905AF0
> parent transid verify failed on 27198602870784 wanted 291859 found 291431
> Ignoring transid failure
> parent transid verify failed on 27198603952128 wanted 291431 found 291859
> parent transid verify failed on 27198603952128 wanted 291431 found 291859
> checksum verify failed on 27198603952128 found BC5A7A89 wanted 90B199E8
> checksum verify failed on 27198603952128 found BC5A7A89 wanted 90B199E8
> bytenr mismatch, want=27198603952128, have=13057557201204318535
> Couldn't read chunk tree
> Open ctree failed
> create failed (Success)
>

The generation numbers are easy enough.  If incremented every 30 
seconds, they represent about 100 days of activity.

The other numbers (27198602870784) are leaf nodes in the tree?  When the 
'bytenr mismatch' error shows up, how would I find the cause and try to 
patch it manually?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* hard lockup while balance was running killed my raid5
@ 2015-05-05  0:02 Perry Gilfillan
  0 siblings, 0 replies; 8+ messages in thread
From: Perry Gilfillan @ 2015-05-05  0:02 UTC (permalink / raw)
  To: linux-btrfs

I've been using BTRFS for the better part of a year now without too many 
hiccups, and recovered from those that have happened with minimal fuss 
until now.  I created this raid5 set a few months ago on a collection of 
1TB and 2TB drives, and since then have been swapping in new 3TB drives.

The data is just broadcast recordings, so there's no time pressure, nor 
are there backups...  So I'll sit on the problem for as long it takes to 
see a solution.


My kernel
Linux lightmyfire 4.1.0-0.rc1.git1.1.fc23.x86_64 #1 SMP Sun May 3 
14:26:14 CDT 2015 x86_64 x86_64 x86_64 GNU/Linux

I've got btrfs-progs and btrfs-progs-unstable from git, so I'll use 
which ever might be useful for any further diagnostics.

Since devid 1 & 2 appear to be fully utilized, I set off a balance, the 
system locked up,  and nothing I've read points to a solution yet.


[root@lightmyfire btrfs-progs-unstable]# ./btrfs fi sh /dev/sda5
Label: 'mythstore-Q-002'  uuid: 8cb46c9e-9633-435f-a965-1afd14c981d6
         Total devices 5 FS bytes used 6.82TiB
         devid    1 size 2.44TiB used 2.44TiB path /dev/sde5
         devid    2 size 2.44TiB used 2.44TiB path /dev/sdc5
         devid    5 size 1.82TiB used 1.79TiB path /dev/sdd1
         devid    6 size 2.44TiB used 1.79TiB path /dev/sda5
         devid    7 size 2.44TiB used 1.79TiB path /dev/sdf5

btrfs-progs v4.0


[root@lightmyfire btrfs-progs-unstable]# mount -o ro,recovery /dev/sda5 
/media/mythstore-q/
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
        missing codepage or helper program, or other error

        In some cases useful info is found in syslog - try
        dmesg | tail or so.

[root@lightmyfire btrfs-progs-unstable]# dmesg | tail
[90155.912245] BTRFS info (device sde5): enabling auto recovery
[90155.912250] BTRFS info (device sde5): disk space caching is enabled
[90155.914705] BTRFS (device sde5): parent transid verify failed on 
27198602870784 wanted 291859 found 291431
[90155.916631] BTRFS (device sde5): parent transid verify failed on 
27198602887168 wanted 291859 found 291431
[90155.967480] BTRFS (device sde5): parent transid verify failed on 
27198604001280 wanted 291640 found 291420
[90156.688917] BTRFS (device sde5): bad tree block start 889192477 
27198604001280
[90156.689124] BTRFS: failed to read chunk tree on sde5
[90156.758500] BTRFS: open_ctree failed



Looking at btrfs-show-super it appears that /dev/sdf5 is the one that is 
causing the transid problem.  The other device supers all show 
generation 291859.  I've tried hiding sdf5 ( wipefs ) with no success, 
so degraded doesn't help.

superblock: bytenr=65536, device=/dev/sde5
---------------------------------------------------------
csum                    0xaec2d815 [match]
bytenr                  65536
flags                   0x1
magic                   _BHRfS_M [match]
fsid                    8cb46c9e-9633-435f-a965-1afd14c981d6
label                   mythstore-Q-002
generation              291859
root                    26023428292608
sys_array_size          161
chunk_root_generation   291859
root_level              1
chunk_root              27198602870784
chunk_root_level        1
log_root                26023432650752
log_root_transid        0
log_root_level          0
total_bytes             12726740449280
bytes_used              7496508084224
sectorsize              4096
nodesize                16384
leafsize                16384
stripesize              4096
root_dir                6
num_devices             5
compat_flags            0x0
compat_ro_flags         0x0
incompat_flags          0xe1
                         ( MIXED_BACKREF |
                           BIG_METADATA |
                           EXTENDED_IREF |
                           RAID56 )
csum_type               0
csum_size               4
cache_generation        291859
uuid_tree_generation    291859
dev_item.uuid           4d3a8469-8492-4cbe-bba9-dc77c82fe2b5
dev_item.fsid           8cb46c9e-9633-435f-a965-1afd14c981d6 [match]
dev_item.type           0
dev_item.total_bytes    2681585270784
dev_item.bytes_used     2681584222208
dev_item.io_align       4096
dev_item.io_width       4096
dev_item.sector_size    4096
dev_item.devid          1
dev_item.dev_group      0
dev_item.seek_speed     0
dev_item.bandwidth      0
dev_item.generation     0


superblock: bytenr=65536, device=/dev/sdf5
---------------------------------------------------------
csum                    0x4b5bad00 [match]
bytenr                  65536
flags                   0x1
magic                   _BHRfS_M [match]
fsid                    8cb46c9e-9633-435f-a965-1afd14c981d6
label                   mythstore-Q-002
generation              291431
root                    26096742498304
sys_array_size          161
chunk_root_generation   291431
root_level              1
chunk_root              27198602870784
chunk_root_level        1
log_root                26096751624192
log_root_transid        0
log_root_level          0
total_bytes             12726740449280
bytes_used              7496518389760
sectorsize              4096
nodesize                16384
leafsize                16384
stripesize              4096
root_dir                6
num_devices             5
compat_flags            0x0
compat_ro_flags         0x0
incompat_flags          0xe1
                         ( MIXED_BACKREF |
                           BIG_METADATA |
                           EXTENDED_IREF |
                           RAID56 )
csum_type               0
csum_size               4
cache_generation        291431
uuid_tree_generation    291431
dev_item.uuid           3fc033b6-43f7-4e07-aee3-00ca592615f9
dev_item.fsid           8cb46c9e-9633-435f-a965-1afd14c981d6 [match]
dev_item.type           0
dev_item.total_bytes    2681585737216
dev_item.bytes_used     1964992626688
dev_item.io_align       4096
dev_item.io_width       4096
dev_item.sector_size    4096
dev_item.devid          7
dev_item.dev_group      0
dev_item.seek_speed     0
dev_item.bandwidth      0
dev_item.generation     0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-05-07 17:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-05 16:36 hard lockup while balance was running killed my raid5 Perry Gilfillan
2015-05-05 17:03 ` Holger Hoffstätte
2015-05-05 18:06   ` Perry Gilfillan
2015-05-06  3:46     ` ronnie sahlberg
2015-05-06  3:56       ` Chris Murphy
2015-05-07 17:21     ` Perry Gilfillan
2015-05-05 17:17 ` Chris Murphy
  -- strict thread matches above, loose matches on Subject: below --
2015-05-05  0:02 Perry Gilfillan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.