-
-
Save bobpaul/ab1a3fcfce58e25c327e8e74995019c7 to your computer and use it in GitHub Desktop.
# btrfs fi show /mnt/btrfs/ | |
Label: 'array-root' uuid: cce741b6-b864-4e9c-bccf-057d93694bb2 | |
Total devices 5 FS bytes used 10.50TiB | |
devid 1 size 3.64TiB used 3.32TiB path /dev/bcache3 | |
devid 4 size 3.64TiB used 3.32TiB path /dev/bcache0 | |
devid 5 size 12.73TiB used 10.03TiB path /dev/bcache1 | |
devid 6 size 3.64TiB used 3.32TiB path /dev/bcache2 | |
devid 7 size 2.73TiB used 2.41TiB path /dev/bcache4 |
# # no problems were found, nothing was changed: | |
# | |
# btrfs rescue super-recover -v /dev/bcache0 | |
All Devices: | |
Device: id = 5, name = /dev/bcache1 | |
Device: id = 1, name = /dev/bcache3 | |
Device: id = 6, name = /dev/bcache2 | |
Device: id = 7, name = /dev/bcache4 | |
Device: id = 4, name = /dev/bcache0 | |
Before Recovering: | |
[All good supers]: | |
device name = /dev/bcache1 | |
superblock bytenr = 65536 | |
device name = /dev/bcache1 | |
superblock bytenr = 67108864 | |
device name = /dev/bcache1 | |
superblock bytenr = 274877906944 | |
device name = /dev/bcache3 | |
superblock bytenr = 65536 | |
device name = /dev/bcache3 | |
superblock bytenr = 67108864 | |
device name = /dev/bcache3 | |
superblock bytenr = 274877906944 | |
device name = /dev/bcache2 | |
superblock bytenr = 65536 | |
device name = /dev/bcache2 | |
superblock bytenr = 67108864 | |
device name = /dev/bcache2 | |
superblock bytenr = 274877906944 | |
device name = /dev/bcache4 | |
superblock bytenr = 65536 | |
device name = /dev/bcache4 | |
superblock bytenr = 67108864 | |
device name = /dev/bcache4 | |
superblock bytenr = 274877906944 | |
device name = /dev/bcache0 | |
superblock bytenr = 65536 | |
device name = /dev/bcache0 | |
superblock bytenr = 67108864 | |
device name = /dev/bcache0 | |
superblock bytenr = 274877906944 | |
[All bad supers]: | |
All supers are valid, no need to recover |
# btrfs check --readonly /dev/bcache4 | |
[1/8] checking log skipped (none written) | |
[2/8] checking root items | |
[3/8] checking extents | |
[4/8] checking free space cache | |
[5/8] checking fs roots | |
[6/8] checking only csums items (without verifying data) | |
[7/8] checking root refs | |
[8/8] checking quota groups skipped (not enabled on this FS) | |
Opening filesystem to check... | |
Checking filesystem on /dev/bcache4 | |
UUID: cce741b6-b864-4e9c-bccf-057d93694bb2 | |
found 11550182076419 bytes used, no error found | |
total csum bytes: 11248213256 | |
total tree bytes: 21745098752 | |
total fs tree bytes: 7784570880 | |
total extent tree bytes: 1561251840 | |
btree space waste bytes: 2209065715 | |
file data blocks allocated: 12056932474880 | |
referenced 11767166226432 | |
# |
# btrfs check --readonly --check-data-csum /dev/bcache0 | |
Opening filesystem to check... | |
Checking filesystem on /dev/bcache0 | |
UUID: cce741b6-b864-4e9c-bccf-057d93694bb2 | |
[1/8] checking log skipped (none written) | |
[2/8] checking root items | |
[3/8] checking extents | |
[4/8] checking free space cache | |
[5/8] checking fs roots | |
[6/8] checking csums against data | |
[7/8] checking root refs | |
[8/8] checking quota groups skipped (not enabled on this FS) | |
found 11550182072324 bytes used, no error found | |
total csum bytes: 11248213256 | |
total tree bytes: 21745098752 | |
total fs tree bytes: 7784570880 | |
total extent tree bytes: 1561251840 | |
btree space waste bytes: 2209065715 | |
file data blocks allocated: 12056932474880 | |
referenced 11767166226432 |
# btrfs scrub start -BrdR /mnt/btrfs/ Starting scrub on devid 1 | |
Starting scrub on devid 4 | |
Starting scrub on devid 5 | |
Starting scrub on devid 6 | |
Starting scrub on devid 7 | |
ERROR: scrubbing /mnt/btrfs/ failed for device id 1: ret=-1, errno=5 (Input/output error) ERROR: scrubbing /mnt/btrfs/ failed for device id 5: ret=-1, errno=5 (Input/output error) | |
Scrub device /dev/bcache3 (id 1) canceled | |
Scrub started: Tue Jan 28 19:08:08 2025 | |
Status: aborted | |
Duration: 0:03:11 | |
data_extents_scrubbed: 0 | |
tree_extents_scrubbed: 1209000 | |
data_bytes_scrubbed: 0 | |
tree_bytes_scrubbed: 4952064000 | |
read_errors: 0 | |
csum_errors: 0 | |
verify_errors: 0 | |
no_csum: 0 | |
csum_discards: 0 | |
super_errors: 0 | |
malloc_errors: 0 | |
uncorrectable_errors: 0 | |
unverified_errors: 0 | |
corrected_errors: 0 | |
last_physical: 6171262976 | |
Scrub device /dev/bcache0 (id 4) done | |
Scrub started: Tue Jan 28 19:08:08 2025 | |
Status: finished | |
Duration: 7:23:24 | |
data_extents_scrubbed: 57117871 | |
tree_extents_scrubbed: 258621 | |
data_bytes_scrubbed: 3399622529024 | |
tree_bytes_scrubbed: 1059311616 | |
read_errors: 0 | |
csum_errors: 0 | |
verify_errors: 0 | |
no_csum: 1451224 | |
csum_discards: 0 | |
super_errors: 0 | |
malloc_errors: 0 | |
uncorrectable_errors: 0 | |
unverified_errors: 0 | |
corrected_errors: 0 | |
last_physical: 3991132307456 | |
Scrub device /dev/bcache1 (id 5) canceled | |
Scrub started: Tue Jan 28 19:08:08 2025 | |
Status: aborted | |
Duration: 0:02:32 | |
data_extents_scrubbed: 0 | |
tree_extents_scrubbed: 953596 | |
data_bytes_scrubbed: 0 | |
tree_bytes_scrubbed: 3905929216 | |
read_errors: 0 | |
csum_errors: 0 | |
verify_errors: 0 | |
no_csum: 0 | |
csum_discards: 0 | |
super_errors: 0 | |
malloc_errors: 0 | |
uncorrectable_errors: 0 | |
unverified_errors: 0 | |
corrected_errors: 0 | |
last_physical: 4090888192 | |
Scrub device /dev/bcache2 (id 6) done | |
Scrub started: Tue Jan 28 19:08:08 2025 | |
Status: finished | |
Duration: 6:55:00 | |
data_extents_scrubbed: 54834490 | |
tree_extents_scrubbed: 2295868 | |
data_bytes_scrubbed: 3421023117312 | |
tree_bytes_scrubbed: 9403875328 | |
read_errors: 0 | |
csum_errors: 0 | |
verify_errors: 0 | |
no_csum: 449898 | |
csum_discards: 0 | |
super_errors: 0 | |
malloc_errors: 0 | |
uncorrectable_errors: 0 | |
unverified_errors: 0 | |
corrected_errors: 0 | |
last_physical: 3991163305984 | |
Scrub device /dev/bcache4 (id 7) done | |
Scrub started: Tue Jan 28 19:08:08 2025 | |
Status: finished | |
Duration: 8:56:13 | |
data_extents_scrubbed: 38141401 | |
tree_extents_scrubbed: 505577 | |
data_bytes_scrubbed: 2363512324096 | |
tree_bytes_scrubbed: 2070843392 | |
read_errors: 0 | |
csum_errors: 0 | |
verify_errors: 0 | |
no_csum: 55206 | |
csum_discards: 0 | |
super_errors: 0 | |
malloc_errors: 0 | |
uncorrectable_errors: 0 | |
unverified_errors: 0 | |
corrected_errors: 0 | |
last_physical: 2991438626816 | |
# btrfs scrub status /mnt/btrfs/ | |
UUID: cce741b6-b864-4e9c-bccf-057d93694bb2 | |
Scrub started: Tue Jan 28 19:08:08 2025 | |
Status: aborted | |
Duration: 8:56:13 | |
Total to scrub: 21.01TiB | |
Rate: 272.87MiB/s | |
Error summary: no errors found | |
# #... I do find this quite misleading. Personally, I'd categorize this as a "usability bug". I understand that no | |
# # CHECKSUM errors were found, but certainly a structural error WAS found. | |
# # It seems like a non-zero exit status and an "Error summary" like "filesystem damaged, could not complete" would be good. | |
# # | |
# # I wasted time trying to figure out "what" was aborting the scrub, but the "no errors" left me rather non-plussed. | |
# # The invididual disk results (devid 1 and 5) are especially misleading while the scrub is still in progress. | |
# # while dmesg showed one had aborted, both stopped and immediately jumped to "100%" with a status of "running (history)". | |
# # No idication while watching scrub status for the scrub in progress that anything bad had happed. It certainly would have been | |
# # better if `btrfs scrub status -d` had shown 2 disks with a status of "aborted" while the other 3 were running. And again, | |
# # something other than "no errors" I think would have been appropriate... /soapbox |
[16558.355437] BTRFS info (device bcache3): first mount of filesystem cce741b6-b864-4e9c-bccf-057d93694bb2 | |
[16558.355454] BTRFS info (device bcache3): using crc32c (crc32c-intel) checksum algorithm | |
[16558.355462] BTRFS info (device bcache3): disk space caching is enabled | |
[16558.355465] BTRFS warning (device bcache3): space cache v1 is being deprecated and will be removed in a future release, please use -o space_cache=v2 | |
[16561.894309] BTRFS info (device bcache3): bdev /dev/bcache3 errs: wr 0, rd 94, flush 0, corrupt 9320, gen 0 | |
[16561.894323] BTRFS info (device bcache3): bdev /dev/bcache0 errs: wr 4, rd 56, flush 0, corrupt 21915, gen 0 | |
[16561.894328] BTRFS info (device bcache3): bdev /dev/bcache1 errs: wr 59, rd 1, flush 0, corrupt 17, gen 0 | |
[16561.894333] BTRFS info (device bcache3): bdev /dev/bcache2 errs: wr 1, rd 108, flush 1, corrupt 8078, gen 0 | |
[16561.894338] BTRFS info (device bcache3): bdev /dev/bcache4 errs: wr 524248893, rd 262954412, flush 1663, corrupt 9506114, gen 68115 | |
[16662.992224] BTRFS info (device bcache3): scrub: started on devid 4 | |
[16663.021845] BTRFS info (device bcache3): scrub: started on devid 5 | |
[16663.062588] BTRFS info (device bcache3): scrub: started on devid 1 | |
[16663.105192] BTRFS info (device bcache3): scrub: started on devid 7 | |
[16663.152500] BTRFS info (device bcache3): scrub: started on devid 6 | |
[16815.260152] BTRFS error (device bcache3): tree first key mismatch detected, bytenr=67541964967936 parent_transid=3164351 key expected=(67541791637504,168,17179873280) has=(67541791637504,168,4096) | |
[16815.262238] BTRFS error (device bcache3): tree first key mismatch detected, bytenr=67541964967936 parent_transid=3164351 key expected=(67541791637504,168,17179873280) has=(67541791637504,168,4096) | |
[16815.265664] BTRFS info (device bcache3): scrub: not finished on devid 5 with status: -5 | |
[16854.139103] BTRFS error (device bcache3): tree first key mismatch detected, bytenr=67541964967936 parent_transid=3164351 key expected=(67541791637504,168,17179873280) has=(67541791637504,168,4096) | |
[16854.143591] BTRFS error (device bcache3): tree first key mismatch detected, bytenr=67541964967936 parent_transid=3164351 key expected=(67541791637504,168,17179873280) has=(67541791637504,168,4096) | |
[16854.147465] BTRFS info (device bcache3): scrub: not finished on devid 1 with status: -5 | |
[23781.686897] perf: interrupt took too long (2526 > 2500), lowering kernel.perf_event_max_sample_rate to 78900 | |
[28342.160537] perf: interrupt took too long (3160 > 3157), lowering kernel.perf_event_max_sample_rate to 63000 | |
[41563.234606] BTRFS info (device bcache3): scrub: finished on devid 6 with status: 0 | |
[41740.662162] perf: interrupt took too long (3961 > 3950), lowering kernel.perf_event_max_sample_rate to 50400 | |
[43267.054362] BTRFS info (device bcache3): scrub: finished on devid 4 with status: 0 | |
[48836.426233] BTRFS info (device bcache3): scrub: finished on devid 7 with status: 0 |
I had a large folder (2.7TB) which contained data I was only storing temporarily and didn't need any longer. For some reason I convinced myself that deleting data was a safe thing to do, so removed that entire folder. Over the next 20 minutes or so I watched the freespace grow until in dmesg
there was an error indicating that the transaction was reverted and the filesystem was now read-only. i didn't get a copy of the error. At that moment the filesystem was not behaving well, and only about 20% of data would copy without failure.
But I unmounted the filesystem (unsure whether it would ever mount again), btrfs check
passed without errors, and when I re-mounted the filesystem it was in the same state as previously: BTRFS error (device bcache3): tree first key mismatch detected, bytenr=67541964967936 parent_transid=3164351 key expected=(67541791637504,168,17179873280) has=(67541791637504,168,4096)
eventually shows, even when using the filesystem mounted read-only, but no errors reading any files.
I've successfully read every file on the filesystem without checksum errors showing up in dmesg
. This indicates that at least 1 copy of every block is passing block level checksums.
I find it very interesting that check
passes, even check with full checksums, but scrub does not, and yet all of the data seems intact.
btrfs rescue clear-space-cache v1
and btrfs rescue clear-ino-cache
both complete successfully. Mounting with -o space_cache=v2
fails due to that same key mismatch, but -o space_cache=v1
succeeds.
Tried chunk-recover
with the intention of pressing n
on all questions, but was never asked. The output was longer than my scrollback buffer in tmux, but this is what I got:
btrfs rescue chunk-recover -v /dev/bcache1 ... Chunk tree recovery failed
# btrfs rescue chunk-recover -v /dev/bcache1
... SNIP...
Chunk: start = 65664055836672, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11197014343680
[ 1] Stripe: devid = 6, offset = 3818294083584
No block group.
No device extent.
Chunk: start = 65665129578496, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11198088085504
[ 1] Stripe: devid = 6, offset = 3819367825408
No block group.
No device extent.
Chunk: start = 65666203320320, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9783970103296
[ 1] Stripe: devid = 6, offset = 432719003648
Block Group: start = 65666203320320, len = 1073741824, flag = 11
No device extent.
Chunk: start = 65667277062144, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11199161827328
[ 1] Stripe: devid = 6, offset = 3820441567232
Block Group: start = 65667277062144, len = 1073741824, flag = 11
No device extent.
Chunk: start = 65668350803968, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11200235569152
[ 1] Stripe: devid = 6, offset = 3821515309056
No block group.
No device extent.
Chunk: start = 65669424545792, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11201309310976
[ 1] Stripe: devid = 6, offset = 3822589050880
No block group.
No device extent.
Chunk: start = 65670498287616, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11202383052800
[ 1] Stripe: devid = 6, offset = 3823662792704
No block group.
No device extent.
Chunk: start = 65671572029440, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11203456794624
[ 1] Stripe: devid = 6, offset = 3824736534528
No block group.
No device extent.
Chunk: start = 65672645771264, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9772158943232
[ 1] Stripe: devid = 4, offset = 1983235751936
No block group.
No device extent.
Chunk: start = 65694120607744, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9945031376896
[ 1] Stripe: devid = 6, offset = 404801716224
No block group.
No device extent.
Chunk: start = 65716669186048, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9692702048256
[ 1] Stripe: devid = 6, offset = 2378406297600
Block Group: start = 65716669186048, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 6, start = 2378406297600, len = 1073741824, chunk offset = 65716669186048
Chunk: start = 65732775313408, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10379896815616
[ 1] Stripe: devid = 6, offset = 2467526868992
Block Group: start = 65732775313408, len = 1073741824, flag = 11
No device extent.
Chunk: start = 65742438989824, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11207751761920
[ 1] Stripe: devid = 6, offset = 3832252727296
No block group.
No device extent.
Chunk: start = 65744586473472, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11209899245568
[ 1] Stripe: devid = 6, offset = 3834400210944
No block group.
No device extent.
Chunk: start = 65811158466560, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11261438853120
[ 1] Stripe: devid = 6, offset = 3887013560320
No block group.
Device extent list:
[ 0]Device extent: devid = 6, start = 3887013560320, len = 1073741824, chunk offset = 65811158466560
Chunk: start = 66433928724480, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9344809697280
[ 1] Stripe: devid = 4, offset = 776316387328
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 9344809697280, len = 1073741824, chunk offset = 66433928724480
Chunk: start = 66437149949952, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9345883439104
[ 1] Stripe: devid = 1, offset = 580895375360
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 9345883439104, len = 1073741824, chunk offset = 66437149949952
Chunk: start = 66444666142720, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9352325890048
[ 1] Stripe: devid = 1, offset = 586264084480
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 9352325890048, len = 1073741824, chunk offset = 66444666142720
Chunk: start = 66553114066944, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8816528719872
[ 1] Stripe: devid = 4, offset = 830003478528
Block Group: start = 66553114066944, len = 1073741824, flag = 11
No device extent.
Chunk: start = 66602506190848, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9470437490688
[ 1] Stripe: devid = 4, offset = 846109605888
No block group.
No device extent.
Chunk: start = 66603579932672, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 9471511232512
[ 1] Stripe: devid = 1, offset = 704375685120
No block group.
No device extent.
Chunk: start = 66724912758784, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11341969489920
[ 1] Stripe: devid = 4, offset = 880469344256
Block Group: start = 66724912758784, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11341969489920, len = 1073741824, chunk offset = 66724912758784
Chunk: start = 66768936173568, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11381697937408
[ 1] Stripe: devid = 4, offset = 894427987968
Block Group: start = 66768936173568, len = 1073741824, flag = 11
No device extent.
Chunk: start = 66796853460992, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11407467741184
[ 1] Stripe: devid = 1, offset = 850438127616
No block group.
No device extent.
Chunk: start = 66870941646848, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11474039734272
[ 1] Stripe: devid = 1, offset = 899830251520
Block Group: start = 66870941646848, len = 1073741824, flag = 11
No device extent.
Chunk: start = 66875236614144, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8512659783680
[ 1] Stripe: devid = 1, offset = 903051476992
Block Group: start = 66875236614144, len = 1073741824, flag = 11
No device extent.
Chunk: start = 66891342741504, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11492293345280
[ 1] Stripe: devid = 1, offset = 913788895232
No block group.
No device extent.
Chunk: start = 66913891319808, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11511620698112
[ 1] Stripe: devid = 1, offset = 929895022592
No block group.
No device extent.
Chunk: start = 66950398541824, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11544906694656
[ 1] Stripe: devid = 4, offset = 953483788288
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11544906694656, len = 1073741824, chunk offset = 66950398541824
Chunk: start = 66992274472960, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11582487658496
[ 1] Stripe: devid = 1, offset = 981434630144
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11582487658496, len = 1073741824, chunk offset = 66992274472960
Chunk: start = 66994421956608, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11584635142144
[ 1] Stripe: devid = 1, offset = 982508371968
Block Group: start = 66994421956608, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11584635142144, len = 1073741824, chunk offset = 66994421956608
Chunk: start = 67023446540288, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8393474441216
[ 1] Stripe: devid = 1, offset = 1002909466624
Block Group: start = 67023446540288, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67050290085888, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11632953524224
[ 1] Stripe: devid = 1, offset = 1029753012224
No block group.
No device extent.
Chunk: start = 67054585053184, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11636174749696
[ 1] Stripe: devid = 1, offset = 1034047979520
No block group.
No device extent.
Chunk: start = 67071764922368, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11652280877056
[ 1] Stripe: devid = 1, offset = 1051227848704
No block group.
No device extent.
Chunk: start = 67072838664192, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11653354618880
[ 1] Stripe: devid = 1, offset = 1052301590528
No block group.
No device extent.
Chunk: start = 67073912406016, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11654428360704
[ 1] Stripe: devid = 1, offset = 1053375332352
No block group.
No device extent.
Chunk: start = 67074986147840, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11655502102528
[ 1] Stripe: devid = 1, offset = 1054449074176
No block group.
No device extent.
Chunk: start = 67076059889664, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1995046912000
[ 1] Stripe: devid = 1, offset = 1055522816000
No block group.
No device extent.
Chunk: start = 67077133631488, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8339787350016
[ 1] Stripe: devid = 1, offset = 1056596557824
No block group.
No device extent.
Chunk: start = 67083576082432, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11661944553472
[ 1] Stripe: devid = 1, offset = 1063039008768
No block group.
No device extent.
Chunk: start = 67097534726144, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11674829455360
[ 1] Stripe: devid = 1, offset = 1076997652480
No block group.
No device extent.
Chunk: start = 67128673239040, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8296837677056
[ 1] Stripe: devid = 1, offset = 1108136165376
No block group.
No device extent.
Chunk: start = 67129746980864, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11703820484608
[ 1] Stripe: devid = 1, offset = 1109209907200
Block Group: start = 67129746980864, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67135115689984, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11709189193728
[ 1] Stripe: devid = 1, offset = 1114578616320
No block group.
No device extent.
Chunk: start = 67140484399104, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1984309493760
[ 1] Stripe: devid = 1, offset = 1119947325440
Block Group: start = 67140484399104, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67161959235584, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11732811513856
[ 1] Stripe: devid = 1, offset = 1141422161920
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11732811513856, len = 1073741824, chunk offset = 67161959235584
Chunk: start = 67208130134016, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11773613703168
[ 1] Stripe: devid = 1, offset = 1186519318528
Block Group: start = 67208130134016, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67229604970496, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11792941056000
[ 1] Stripe: devid = 1, offset = 1203699187712
No block group.
No device extent.
Chunk: start = 67230678712320, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11794014797824
[ 1] Stripe: devid = 1, offset = 1204772929536
No block group.
No device extent.
Chunk: start = 67232826195968, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11796162281472
[ 1] Stripe: devid = 1, offset = 1206920413184
No block group.
No device extent.
Chunk: start = 67233899937792, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11797236023296
[ 1] Stripe: devid = 1, offset = 1207994155008
No block group.
No device extent.
Chunk: start = 67234973679616, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11798309765120
[ 1] Stripe: devid = 4, offset = 982474817536
No block group.
No device extent.
Chunk: start = 67239268646912, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11799383506944
[ 1] Stripe: devid = 1, offset = 1212289122304
No block group.
No device extent.
Chunk: start = 67240342388736, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8210938331136
[ 1] Stripe: devid = 1, offset = 1213362864128
No block group.
No device extent.
Chunk: start = 67241416130560, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 629213757440
[ 1] Stripe: devid = 1, offset = 1214436605952
No block group.
No device extent.
Chunk: start = 67242489872384, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11800457248768
[ 1] Stripe: devid = 1, offset = 1215510347776
Block Group: start = 67242489872384, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67243563614208, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 617402597376
[ 1] Stripe: devid = 1, offset = 1216584089600
Block Group: start = 67243563614208, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67256448516096, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 643172401152
[ 1] Stripe: devid = 1, offset = 1228395249664
Block Group: start = 67256448516096, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67329462960128, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 769873936384
[ 1] Stripe: devid = 1, offset = 1294967242752
No block group.
No device extent.
Chunk: start = 67330536701952, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 770947678208
[ 1] Stripe: devid = 1, offset = 1296040984576
No block group.
No device extent.
Chunk: start = 67341274120192, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11850923114496
[ 1] Stripe: devid = 1, offset = 1306778402816
No block group.
No device extent.
Chunk: start = 67353085280256, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11860586790912
[ 1] Stripe: devid = 1, offset = 1317515821056
Block Group: start = 67353085280256, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67361675214848, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11868102983680
[ 1] Stripe: devid = 1, offset = 1325032013824
No block group.
No device extent.
Chunk: start = 67376707600384, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 799938707456
[ 1] Stripe: devid = 1, offset = 1338990657536
Block Group: start = 67376707600384, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67377781342208, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8166914916352
[ 1] Stripe: devid = 1, offset = 1340064399360
Block Group: start = 67377781342208, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67378855084032, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8167988658176
[ 1] Stripe: devid = 1, offset = 1341138141184
Block Group: start = 67378855084032, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67382076309504, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11877766660096
[ 1] Stripe: devid = 1, offset = 1344359366656
Block Group: start = 67382076309504, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67383150051328, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11878840401920
[ 1] Stripe: devid = 1, offset = 1345433108480
Block Group: start = 67383150051328, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67384223793152, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11879914143744
[ 1] Stripe: devid = 1, offset = 1346506850304
Block Group: start = 67384223793152, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67392813727744, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 804233674752
[ 1] Stripe: devid = 1, offset = 1354023043072
No block group.
No device extent.
Chunk: start = 67393887469568, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 805307416576
[ 1] Stripe: devid = 1, offset = 1355096784896
No block group.
No device extent.
Chunk: start = 67394961211392, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 806381158400
[ 1] Stripe: devid = 1, offset = 1356170526720
Block Group: start = 67394961211392, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67398182436864, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 809602383872
[ 1] Stripe: devid = 1, offset = 1359391752192
No block group.
No device extent.
Chunk: start = 67399256178688, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 810676125696
[ 1] Stripe: devid = 4, offset = 995359719424
No block group.
No device extent.
Chunk: start = 67401403662336, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11885282852864
[ 1] Stripe: devid = 1, offset = 1361539235840
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11885282852864, len = 1073741824, chunk offset = 67401403662336
Chunk: start = 67402477404160, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8156177498112
[ 1] Stripe: devid = 1, offset = 1362612977664
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 8156177498112, len = 1073741824, chunk offset = 67402477404160
Chunk: start = 67403551145984, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11886356594688
[ 1] Stripe: devid = 1, offset = 1363686719488
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11886356594688, len = 1073741824, chunk offset = 67403551145984
Chunk: start = 67404624887808, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11887430336512
[ 1] Stripe: devid = 1, offset = 1364760461312
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11887430336512, len = 1073741824, chunk offset = 67404624887808
Chunk: start = 67406772371456, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11889577820160
[ 1] Stripe: devid = 1, offset = 1366907944960
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11889577820160, len = 1073741824, chunk offset = 67406772371456
Chunk: start = 67407846113280, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11890651561984
[ 1] Stripe: devid = 1, offset = 1367981686784
No block group.
Device extent list:
[ 0]Device extent: devid = 5, start = 11890651561984, len = 1073741824, chunk offset = 67407846113280
Chunk: start = 67413214822400, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 813897351168
[ 1] Stripe: devid = 1, offset = 1372276654080
No block group.
No device extent.
Chunk: start = 67414288564224, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 814971092992
[ 1] Stripe: devid = 1, offset = 1373350395904
No block group.
No device extent.
Chunk: start = 67415362306048, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 816044834816
[ 1] Stripe: devid = 1, offset = 1374424137728
No block group.
No device extent.
Chunk: start = 67416436047872, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 817118576640
[ 1] Stripe: devid = 1, offset = 1375497879552
No block group.
No device extent.
Chunk: start = 67417509789696, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 818192318464
[ 1] Stripe: devid = 1, offset = 1376571621376
No block group.
No device extent.
Chunk: start = 67421804756992, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2410584997888
[ 1] Stripe: devid = 1, offset = 1380866588672
No block group.
No device extent.
Chunk: start = 67423952240640, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8145440079872
[ 1] Stripe: devid = 1, offset = 1383014072320
Block Group: start = 67423952240640, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67425025982464, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11894946529280
[ 1] Stripe: devid = 4, offset = 997507203072
Block Group: start = 67425025982464, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11894946529280, len = 1073741824, chunk offset = 67425025982464
Chunk: start = 67426099724288, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11896020271104
[ 1] Stripe: devid = 1, offset = 1384087814144
Block Group: start = 67426099724288, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11896020271104, len = 1073741824, chunk offset = 67426099724288
Chunk: start = 67427173466112, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11897094012928
[ 1] Stripe: devid = 1, offset = 1385161555968
Block Group: start = 67427173466112, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11897094012928, len = 1073741824, chunk offset = 67427173466112
Chunk: start = 67428247207936, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11898167754752
[ 1] Stripe: devid = 1, offset = 1386235297792
Block Group: start = 67428247207936, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11898167754752, len = 1073741824, chunk offset = 67428247207936
Chunk: start = 67429320949760, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11899241496576
[ 1] Stripe: devid = 1, offset = 1387309039616
Block Group: start = 67429320949760, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11899241496576, len = 1073741824, chunk offset = 67429320949760
Chunk: start = 67432542175232, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 822487285760
[ 1] Stripe: devid = 1, offset = 1390530265088
Block Group: start = 67432542175232, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67433615917056, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 823561027584
[ 1] Stripe: devid = 1, offset = 1391604006912
Block Group: start = 67433615917056, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67435763400704, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 825708511232
[ 1] Stripe: devid = 1, offset = 1393751490560
Block Group: start = 67435763400704, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67436837142528, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 826782253056
[ 1] Stripe: devid = 1, offset = 1394825232384
Block Group: start = 67436837142528, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67437910884352, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 827855994880
[ 1] Stripe: devid = 4, offset = 998580944896
Block Group: start = 67437910884352, len = 1073741824, flag = 11
No device extent.
Chunk: start = 67442205851648, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 832150962176
[ 1] Stripe: devid = 1, offset = 1399120199680
No block group.
No device extent.
Chunk: start = 67450795786240, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 11907831431168
[ 1] Stripe: devid = 4, offset = 999654686720
Block Group: start = 67450795786240, len = 1073741824, flag = 11
Device extent list:
[ 0]Device extent: devid = 5, start = 11907831431168, len = 1073741824, chunk offset = 67450795786240
Chunk: start = 68242143510528, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1618163531776
[ 1] Stripe: devid = 4, offset = 1173600862208
No block group.
No device extent.
Chunk: start = 68263618347008, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1639638368256
[ 1] Stripe: devid = 4, offset = 1185412022272
No block group.
No device extent.
Chunk: start = 68287240667136, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1663260688384
[ 1] Stripe: devid = 4, offset = 715113103360
No block group.
No device extent.
Chunk: start = 68363476336640, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1750233776128
[ 1] Stripe: devid = 1, offset = 2071282581504
No block group.
No device extent.
Chunk: start = 68518095159296, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7084583157760
[ 1] Stripe: devid = 6, offset = 53688139776
No block group.
No device extent.
Chunk: start = 69067850973184, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7269266751488
[ 1] Stripe: devid = 6, offset = 231929282560
No block group.
No device extent.
Chunk: start = 69069998456832, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7270340493312
[ 1] Stripe: devid = 6, offset = 234076766208
No block group.
No device extent.
Chunk: start = 69231059730432, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7398115770368
[ 1] Stripe: devid = 6, offset = 1989644648448
No block group.
No device extent.
Chunk: start = 69254682050560, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7417443123200
[ 1] Stripe: devid = 6, offset = 391916814336
No block group.
No device extent.
Chunk: start = 69257903276032, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 6355512459264
[ 1] Stripe: devid = 6, offset = 1879049240576
No block group.
No device extent.
Chunk: start = 69270788177920, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7430328025088
[ 1] Stripe: devid = 6, offset = 1867238080512
No block group.
No device extent.
Chunk: tart = 69570362146816, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7802916438016
[ 1] Stripe: devid = 6, offset = 2249490169856
No block group.
No device extent.
Chunk: start = 69632639172608, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 7856603529216
[ 1] Stripe: devid = 1, offset = 2159329411072
No block group.
No device extent.
Chunk: start = 70576458235904, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 12519864270848
[ 1] Stripe: devid = 6, offset = 2951784431616
No block group.
No device extent.
Chunk: start = 71600807936000, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2095978643456
[ 1] Stripe: devid = 7, offset = 2352569384960
No block group.
No device extent.
Chunk: start = 71607250386944, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2102421094400
[ 1] Stripe: devid = 6, offset = 3136468025344
No block group.
No device extent.
Chunk: start = 71612619096064, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3904159875072
[ 1] Stripe: devid = 6, offset = 3139689250816
No block group.
No device extent.
Chunk: start = 71613692837888, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3905233616896
[ 1] Stripe: devid = 7, offset = 2152853405696
No block group.
No device extent.
Chunk: start = 71628725223424, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2106716061696
[ 1] Stripe: devid = 1, offset = 2172214312960
No block group.
No device extent.
Chunk: start = 71658789994496, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2120674705408
[ 1] Stripe: devid = 1, offset = 2181877989376
No block group.
No device extent.
Chunk: start = 71664158703616, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3850472783872
[ 1] Stripe: devid = 6, offset = 3154721636352
No block group.
No device extent.
Chunk: start = 71680264830976, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2126043414528
[ 1] Stripe: devid = 7, offset = 2171107016704
No block group.
No device extent.
Chunk: start = 71681338572800, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2127117156352
[ 1] Stripe: devid = 4, offset = 357557075968
No block group.
No device extent.
Chunk: start = 71700665925632, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13444355981312
[ 1] Stripe: devid = 4, offset = 362925785088
No block group.
No device extent.
Chunk: start = 71729656954880, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3787122016256
[ 1] Stripe: devid = 6, offset = 3170827763712
No block group.
No device extent.
Chunk: start = 71730730696704, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13455093399552
[ 1] Stripe: devid = 7, offset = 2183991918592
No block group.
No device extent.
Chunk: start = 71739320631296, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2149665734656
[ 1] Stripe: devid = 6, offset = 3174048989184
No block group.
No device extent.
Chunk: start = 71760795467776, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13465830817792
[ 1] Stripe: devid = 7, offset = 2191508111360
No block group.
No device extent.
Chunk: start = 71762942951424, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2158255669248
[ 1] Stripe: devid = 7, offset = 2192581853184
No block group.
No device extent.
Chunk: start = 71820925009920, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2193689149440
[ 1] Stripe: devid = 4, offset = 447751389184
No block group.
No device extent.
Chunk: start = 71843473588224, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13494821847040
[ 1] Stripe: devid = 4, offset = 470299967488
No block group.
No device extent.
Chunk: start = 71845621071872, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13496969330688
[ 1] Stripe: devid = 4, offset = 472447451136
No block group.
No device extent.
Chunk: start = 71848842297344, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13500190556160
[ 1] Stripe: devid = 4, offset = 475668676608
No block group.
No device extent.
Chunk: start = 71850989780992, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13502338039808
[ 1] Stripe: devid = 4, offset = 477816160256
No block group.
No device extent.
Chunk: start = 71859579715584, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2207647793152
[ 1] Stripe: devid = 4, offset = 486406094848
No block group.
No device extent.
Chunk: start = 71861727199232, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2209795276800
[ 1] Stripe: devid = 4, offset = 488553578496
No block group.
No device extent.
Chunk: start = 71864948424704, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2213016502272
[ 1] Stripe: devid = 4, offset = 491774803968
No block group.
No device extent.
Chunk: start = 71869243392000, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13505559265280
[ 1] Stripe: devid = 4, offset = 496069771264
No block group.
No device extent.
Chunk: start = 71873538359296, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13509854232576
[ 1] Stripe: devid = 4, offset = 500364738560
No block group.
No device extent.
Chunk: start = 71883202035712, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13516296683520
[ 1] Stripe: devid = 4, offset = 510028414976
No block group.
No device extent.
Chunk: start = 71888570744832, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13521665392640
[ 1] Stripe: devid = 4, offset = 515397124096
No block group.
No device extent.
Chunk: start = 71900381904896, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13531329069056
[ 1] Stripe: devid = 4, offset = 527208284160
No block group.
No device extent.
Chunk: start = 71908971839488, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 2230196371456
[ 1] Stripe: devid = 4, offset = 535798218752
No block group.
No device extent.
Chunk: start = 71919709257728, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13539919003648
[ 1] Stripe: devid = 4, offset = 546535636992
No block group.
No device extent.
Chunk: start = 71922930483200, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3614249582592
[ 1] Stripe: devid = 4, offset = 549756862464
No block group.
No device extent.
Chunk: start = 71924004225024, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13543140229120
[ 1] Stripe: devid = 4, offset = 550830604288
No block group.
No device extent.
Chunk: start = 71928299192320, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13547435196416
[ 1] Stripe: devid = 4, offset = 555125571584
No block group.
No device extent.
Chunk: start = 71934741643264, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13552803905536
[ 1] Stripe: devid = 4, offset = 561568022528
No block group.
No device extent.
Chunk: start = 71935815385088, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13553877647360
[ 1] Stripe: devid = 4, offset = 562641764352
No block group.
No device extent.
Chunk: start = 71940110352384, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13558172614656
[ 1] Stripe: devid = 4, offset = 565862989824
No block group.
No device extent.
Chunk: start = 71941184094208, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13559246356480
[ 1] Stripe: devid = 4, offset = 566936731648
No block group.
No device extent.
Chunk: start = 71971248865280, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3577742360576
[ 1] Stripe: devid = 4, offset = 597001502720
No block group.
No device extent.
Chunk: start = 71990576218112, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 779537612800
[ 1] Stripe: devid = 4, offset = 616328855552
No block group.
No device extent.
Chunk: start = 71994871185408, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13582868676608
[ 1] Stripe: devid = 4, offset = 1012539588608
No block group.
No device extent.
Chunk: start = 71995944927232, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13583942418432
[ 1] Stripe: devid = 4, offset = 1350768263168
No block group.
No device extent.
Chunk: start = 71998092410880, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13586089902080
[ 1] Stripe: devid = 4, offset = 1352915746816
No block group.
No device extent.
Chunk: start = 72000239894528, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13587163643904
[ 1] Stripe: devid = 4, offset = 1355063230464
No block group.
No device extent.
Chunk: start = 72033525891072, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 13598974803968
[ 1] Stripe: devid = 4, offset = 1388349227008
No block group.
No device extent.
Chunk: start = 72687434661888, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2273146044416
[ 1] Stripe: devid = 7, offset = 2236605267968
No block group.
No device extent.
Chunk: start = 72771186524160, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2315021975552
[ 1] Stripe: devid = 7, offset = 2382634156032
No block group.
No device extent.
Chunk: start = 72772260265984, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 2187213144064
[ 1] Stripe: devid = 6, offset = 3277128204288
No block group.
No device extent.
Chunk: start = 72777628975104, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2318243201024
[ 1] Stripe: devid = 7, offset = 2385855381504
No block group.
No device extent.
Chunk: start = 73140553711616, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2596308779008
[ 1] Stripe: devid = 4, offset = 2410551443456
No block group.
No device extent.
Chunk: start = 73144848678912, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10069585428480
[ 1] Stripe: devid = 4, offset = 2412698927104
No block group.
No device extent.
Chunk: start = 73194240802816, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 6352291233792
[ 1] Stripe: devid = 7, offset = 1322850975744
No block group.
No device extent.
Chunk: start = 73200683253760, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8505143590912
[ 1] Stripe: devid = 7, offset = 1324998459392
No block group.
No device extent.
Chunk: start = 73202830737408, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8507291074560
[ 1] Stripe: devid = 1, offset = 2544802725888
No block group.
No device extent.
Chunk: start = 73203904479232, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 8508364816384
[ 1] Stripe: devid = 7, offset = 1326072201216
No block group.
No device extent.
Chunk: start = 73215715639296, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10174812127232
[ 1] Stripe: devid = 1, offset = 2549097693184
No block group.
No device extent.
Chunk: start = 73217863122944, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10176959610880
[ 1] Stripe: devid = 4, offset = 2459943567360
No block group.
No device extent.
Chunk: start = 73223231832064, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2552318918656
[ 1] Stripe: devid = 7, offset = 2605972455424
No block group.
No device extent.
Chunk: start = 73236116733952, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2560908853248
[ 1] Stripe: devid = 7, offset = 2614562390016
No block group.
No device extent.
Chunk: start = 73238264217600, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2615636131840
[ 1] Stripe: devid = 4, offset = 2472828469248
No block group.
No device extent.
Chunk: start = 73245780410368, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2567351304192
[ 1] Stripe: devid = 7, offset = 2621004840960
No block group.
No device extent.
Chunk: start = 73246854152192, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 2478197178368
[ 1] Stripe: devid = 1, offset = 2568425046016
No block group.
No device extent.
Chunk: start = 73247927894016, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2622078582784
[ 1] Stripe: devid = 4, offset = 2479270920192
No block group.
No device extent.
Chunk: start = 73249001635840, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2569498787840
[ 1] Stripe: devid = 7, offset = 2623152324608
No block group.
No device extent.
Chunk: start = 73251149119488, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2624226066432
[ 1] Stripe: devid = 4, offset = 2481418403840
No block group.
No device extent.
Chunk: start = 73253296603136, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 2482492145664
[ 1] Stripe: devid = 1, offset = 2572720013312
No block group.
No device extent.
Chunk: start = 73254370344960, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2626373550080
[ 1] Stripe: devid = 4, offset = 2483565887488
No block group.
No device extent.
Chunk: start = 73266181505024, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 2755222568960
[ 1] Stripe: devid = 1, offset = 2581309947904
No block group.
No device extent.
Chunk: start = 73268328988672, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2582383689728
[ 1] Stripe: devid = 7, offset = 2636037226496
No block group.
No device extent.
Chunk: start = 73271550214144, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2584531173376
[ 1] Stripe: devid = 7, offset = 2638184710144
No block group.
No device extent.
Chunk: start = 73285508857856, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 2778844889088
[ 1] Stripe: devid = 1, offset = 2594194849792
No block group.
No device extent.
Chunk: start = 73286582599680, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2647848386560
[ 1] Stripe: devid = 4, offset = 2779918630912
No block group.
No device extent.
Chunk: start = 73290877566976, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 2782066114560
[ 1] Stripe: devid = 1, offset = 2598489817088
No block group.
No device extent.
Chunk: start = 73291951308800, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2651069612032
[ 1] Stripe: devid = 4, offset = 3096706023424
No block group.
No device extent.
Chunk: start = 73293025050624, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2599563558912
[ 1] Stripe: devid = 7, offset = 2652143353856
No block group.
No device extent.
Chunk: start = 73294098792448, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3097779765248
[ 1] Stripe: devid = 1, offset = 2600637300736
No block group.
No device extent.
Chunk: start = 73302688727040, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2606006009856
[ 1] Stripe: devid = 7, offset = 2658585804800
No block group.
No device extent.
Chunk: start = 73303762468864, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3104222216192
[ 1] Stripe: devid = 1, offset = 2607079751680
No block group.
No device extent.
Chunk: start = 73310204919808, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3108517183488
[ 1] Stripe: devid = 1, offset = 2611374718976
No block group.
No device extent.
Chunk: start = 73311278661632, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2663954513920
[ 1] Stripe: devid = 4, offset = 3109590925312
No block group.
No device extent.
Chunk: start = 73313426145280, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3110664667136
[ 1] Stripe: devid = 1, offset = 2613522202624
No block group.
No device extent.
Chunk: start = 73314499887104, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2666101997568
[ 1] Stripe: devid = 4, offset = 3111738408960
No block group.
No device extent.
Chunk: start = 73320942338048, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2670396964864
[ 1] Stripe: devid = 4, offset = 3116033376256
No block group.
No device extent.
Chunk: start = 73322016079872, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2618890911744
[ 1] Stripe: devid = 7, offset = 2671470706688
No block group.
No device extent.
Chunk: start = 73329532272640, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3121402085376
[ 1] Stripe: devid = 1, offset = 2624259620864
No block group.
No device extent.
Chunk: start = 73339195949056, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3127844536320
[ 1] Stripe: devid = 1, offset = 2630702071808
No block group.
No device extent.
Chunk: start = 73340269690880, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2683281866752
[ 1] Stripe: devid = 4, offset = 3128918278144
No block group.
No device extent.
Chunk: start = 73356375818240, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2694019284992
[ 1] Stripe: devid = 4, offset = 3139655696384
No block group.
No device extent.
Chunk: start = 73358523301888, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3140729438208
[ 1] Stripe: devid = 1, offset = 2643586973696
No block group.
No device extent.
Chunk: start = 73368186978304, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2650029424640
[ 1] Stripe: devid = 4, offset = 3147171889152
No block group.
No device extent.
Chunk: start = 73369260720128, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2651103166464
[ 1] Stripe: devid = 7, offset = 2702609219584
No block group.
No device extent.
Chunk: start = 73383219363840, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1991825686528
[ 1] Stripe: devid = 4, offset = 3152540598272
No block group.
No device extent.
Chunk: start = 73384293105664, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1992899428352
[ 1] Stripe: devid = 1, offset = 2662914326528
No block group.
No device extent.
Chunk: start = 73398251749376, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2712272896000
[ 1] Stripe: devid = 4, offset = 3157909307392
No block group.
No device extent.
Chunk: start = 73413284134912, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3167572983808
[ 1] Stripe: devid = 1, offset = 2677946712064
No block group.
No device extent.
Chunk: start = 73424021553152, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2729452765184
[ 1] Stripe: devid = 4, offset = 3175089176576
No block group.
No device extent.
Chunk: start = 73425095294976, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2685462904832
[ 1] Stripe: devid = 7, offset = 2730526507008
No block group.
No device extent.
Chunk: start = 73429390262272, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3178310402048
[ 1] Stripe: devid = 1, offset = 2688684130304
No block group.
No device extent.
Chunk: start = 73444422647808, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2700495290368
[ 1] Stripe: devid = 4, offset = 3186900336640
No block group.
No device extent.
Chunk: start = 73445496389632, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2701569032192
[ 1] Stripe: devid = 7, offset = 2742337667072
No block group.
No device extent.
Chunk: start = 73449791356928, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2705863999488
[ 1] Stripe: devid = 7, offset = 2744485150720
No block group.
No device extent.
Chunk: start = 73450865098752, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2706937741312
[ 1] Stripe: devid = 4, offset = 3190121562112
No block group.
No device extent.
Chunk: start = 73451938840576, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2708011483136
[ 1] Stripe: devid = 7, offset = 2745558892544
No block group.
No device extent.
Chunk: start = 73453012582400, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2709085224960
[ 1] Stripe: devid = 4, offset = 3191195303936
No block group.
No device extent.
Chunk: start = 73454086324224, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2710158966784
[ 1] Stripe: devid = 7, offset = 2746632634368
No block group.
No device extent.
Chunk: start = 73458381291520, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3194416529408
[ 1] Stripe: devid = 1, offset = 2713380192256
No block group.
No device extent.
Chunk: start = 73460528775168, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2714453934080
[ 1] Stripe: devid = 7, offset = 2750927601664
No block group.
No device extent.
Chunk: start = 73462676258816, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2752001343488
[ 1] Stripe: devid = 4, offset = 3197637754880
No block group.
No device extent.
Chunk: start = 73465897484288, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2754148827136
[ 1] Stripe: devid = 4, offset = 3199785238528
No block group.
No device extent.
Chunk: start = 73466971226112, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2718748901376
[ 1] Stripe: devid = 7, offset = 2755222568960
No block group.
No device extent.
Chunk: start = 73468044967936, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3200858980352
[ 1] Stripe: devid = 1, offset = 2719822643200
No block group.
No device extent.
Chunk: start = 73488446062592, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2734855028736
[ 1] Stripe: devid = 4, offset = 3213743882240
No block group.
No device extent.
Chunk: start = 73489519804416, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 1, offset = 2735928770560
[ 1] Stripe: devid = 7, offset = 2769181212672
No block group.
No device extent.
Chunk: start = 73560386764800, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3259914780672
[ 1] Stripe: devid = 7, offset = 2800319725568
No block group.
No device extent.
Chunk: start = 73866403184640, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 7, offset = 2965675966464
[ 1] Stripe: devid = 4, offset = 3446745858048
No block group.
No device extent.
Chunk: start = 73961966206976, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3530497720320
[ 1] Stripe: devid = 1, offset = 3072009961472
No block group.
No device extent.
Chunk: start = 73963039948800, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3531571462144
[ 1] Stripe: devid = 1, offset = 3073083703296
No block group.
No device extent.
Chunk: start = 73984514785280, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 4, offset = 3553046298624
[ 1] Stripe: devid = 1, offset = 3094558539776
No block group.
No device extent.
Chunk: start = 74154165993472, len = 33554432, type = 12, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1048576
[ 1] Stripe: devid = 6, offset = 22549626880
No block group.
No device extent.
Chunk: start = 74370155872256, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 225486831616
[ 1] Stripe: devid = 6, offset = 365073268736
No block group.
No device extent.
Chunk: start = 74381967032320, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 571231698944
[ 1] Stripe: devid = 6, offset = 380105654272
No block group.
No device extent.
Chunk: start = 74433540194304, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 636729950208
[ 1] Stripe: devid = 6, offset = 463857516544
No block group.
No device extent.
Chunk: start = 74446425096192, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 652836077568
[ 1] Stripe: devid = 6, offset = 479963643904
No block group.
No device extent.
Chunk: start = 74479711092736, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 696859492352
[ 1] Stripe: devid = 6, offset = 540093186048
No block group.
No device extent.
Chunk: start = 74485079801856, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 702228201472
[ 1] Stripe: devid = 6, offset = 546535636992
No block group.
No device extent.
Chunk: start = 74502259671040, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 783832580096
[ 1] Stripe: devid = 6, offset = 564789248000
No block group.
No device extent.
Chunk: start = 74512997089280, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 804233674752
[ 1] Stripe: devid = 6, offset = 577674149888
No block group.
No device extent.
Chunk: start = 74521587023872, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 817118576640
[ 1] Stripe: devid = 6, offset = 586264084480
No block group.
No device extent.
Chunk: start = 74530176958464, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 871879409664
[ 1] Stripe: devid = 6, offset = 597001502720
No block group.
No device extent.
Chunk: start = 74532324442112, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 874026893312
[ 1] Stripe: devid = 6, offset = 600222728192
No block group.
No device extent.
Chunk: start = 74536619409408, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 878321860608
[ 1] Stripe: devid = 6, offset = 604517695488
No block group.
No device extent.
Chunk: start = 74545209344000, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1168232153088
[ 1] Stripe: devid = 6, offset = 614181371904
No block group.
No device extent.
Chunk: start = 74548430569472, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1184371834880
[ 1] Stripe: devid = 6, offset = 617402597376
No block group.
No device extent.
Chunk: start = 74553799278592, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1189740544000
[ 1] Stripe: devid = 6, offset = 623845048320
No block group.
No device extent.
Chunk: start = 74555946762240, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1191888027648
[ 1] Stripe: devid = 6, offset = 625992531968
No block group.
No device extent.
Chunk: start = 74558094245888, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1197256736768
[ 1] Stripe: devid = 6, offset = 628140015616
No block group.
No device extent.
Chunk: start = 74563462955008, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1202625445888
[ 1] Stripe: devid = 6, offset = 634582466560
No block group.
No device extent.
Chunk: start = 74566684180480, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 1205846671360
[ 1] Stripe: devid = 6, offset = 637803692032
No block group.
No device extent.
Chunk: start = 75811150954496, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3970731868160
[ 1] Stripe: devid = 1, offset = 1325032013824
No block group.
No device extent.
Chunk: start = 75813298438144, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 3972879351808
[ 1] Stripe: devid = 7, offset = 464931258368
No block group.
No device extent.
Chunk: start = 75853060440064, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 4016902766592
[ 1] Stripe: devid = 4, offset = 686122074112
No block group.
No device extent.
Chunk: start = 77200606429184, len = 33554432, type = 12, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10805575680
[ 1] Stripe: devid = 1, offset = 3255828480
No block group.
No device extent.
Chunk: start = 77260769525760, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 5593155764224
[ 1] Stripe: devid = 7, offset = 869731926016
No block group.
No device extent.
Chunk: start = 77261843267584, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 5594229506048
[ 1] Stripe: devid = 4, offset = 2527589302272
No block group.
No device extent.
Chunk: start = 77262917009408, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 5595303247872
[ 1] Stripe: devid = 6, offset = 1826435891200
No block group.
No device extent.
Chunk: start = 77265064493056, len = 33554432, type = 12, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10805575680
[ 1] Stripe: devid = 7, offset = 870805667840
No block group.
No device extent.
Chunk: start = 77295196372992, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 5624294277120
[ 1] Stripe: devid = 6, offset = 1832878342144
No block group.
No device extent.
Chunk: start = 77353211985920, len = 33554432, type = 12, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10805575680
[ 1] Stripe: devid = 6, offset = 29025632256
No block group.
No device extent.
Chunk: start = 77367204184064, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 5699456204800
[ 1] Stripe: devid = 7, offset = 895501729792
No block group.
No device extent.
Chunk: start = 77430554951680, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 5761733230592
[ 1] Stripe: devid = 7, offset = 911607857152
No block group.
No device extent.
Chunk: start = 77440218628096, len = 1073741824, type = 11, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 5771396907008
[ 1] Stripe: devid = 7, offset = 913755340800
Block Group: start = 77440218628096, len = 1073741824, flag = 11
No device extent.
Chunk: start = 77450989600768, len = 33554432, type = 12, num_stripes = 2
Stripes list:
[ 0] Stripe: devid = 5, offset = 10805575680
[ 1] Stripe: devid = 6, offset = 29025632256
No block group.
No device extent.
Chunk: start = 64041631940608, len = 1073741824, type = 14, num_stripes = 0
Stripes list:
Block Group: start = 64041631940608, len = 1073741824, flag = 14
No device extent.
Chunk: start = 54613071429632, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54613071429632, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54614145171456, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54614145171456, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52538602225664, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52538602225664, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52539675967488, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52539675967488, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52540749709312, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52540749709312, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51704304828416, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51704304828416, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51708599795712, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51708599795712, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51709673537536, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51709673537536, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51846038749184, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51846038749184, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51902947065856, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51902947065856, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51913684484096, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51913684484096, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51914758225920, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51914758225920, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52013542473728, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52013542473728, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52139170267136, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52139170267136, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52161718845440, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52161718845440, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52182119940096, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52182119940096, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52191783616512, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52191783616512, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52195004841984, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52195004841984, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52261576835072, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52261576835072, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52857503547392, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52857503547392, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52343181213696, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52343181213696, len = 1073741824, flag = 11
No device extent.
Chunk: start = 52345328697344, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 52345328697344, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54022513426432, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54022513426432, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54026808393728, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54026808393728, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54027882135552, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54027882135552, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54028955877376, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54028955877376, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54599112785920, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54599112785920, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54600186527744, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54600186527744, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54665684779008, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54665684779008, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54911571656704, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54911571656704, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54927677784064, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54927677784064, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54928751525888, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54928751525888, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54940562685952, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54940562685952, len = 1073741824, flag = 11
No device extent.
Chunk: start = 54941636427776, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 54941636427776, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55017872097280, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55017872097280, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55018945839104, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55018945839104, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55020019580928, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55020019580928, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55086591574016, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55086591574016, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55099476475904, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55099476475904, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55110213894144, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55110213894144, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55111287635968, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55111287635968, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55112361377792, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55112361377792, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55113435119616, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55113435119616, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55115582603264, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55115582603264, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55118803828736, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55118803828736, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55120951312384, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55120951312384, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55122025054208, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55122025054208, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55128467505152, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55128467505152, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55134909956096, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55134909956096, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55145647374336, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55145647374336, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55159606018048, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55159606018048, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55184302080000, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55184302080000, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55189670789120, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55189670789120, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55196113240064, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55196113240064, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55197186981888, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55197186981888, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55198260723712, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55198260723712, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55255169040384, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55255169040384, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55257316524032, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55257316524032, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55258390265856, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55258390265856, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55350732062720, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55350732062720, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55351805804544, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55351805804544, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55371133157376, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55371133157376, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55397976702976, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55397976702976, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55399050444800, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55399050444800, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55410861604864, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55410861604864, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55411935346688, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55411935346688, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55413009088512, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55413009088512, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55414082830336, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55414082830336, len = 1073741824, flag = 11
No device extent.
Chunk: start = 55551521783808, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 55551521783808, len = 1073741824, flag = 11
No device extent.
Chunk: start = 50710019899392, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 50710019899392, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51642027802624, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51642027802624, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51645249028096, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51645249028096, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51647396511744, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51647396511744, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51648470253568, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51648470253568, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51650617737216, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51650617737216, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51651691479040, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51651691479040, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51654912704512, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51654912704512, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51655986446336, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51655986446336, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51657060188160, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51657060188160, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51658133929984, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51658133929984, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51662428897280, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51662428897280, len = 1073741824, flag = 11
No device extent.
Chunk: start = 50800214212608, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 50800214212608, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51663502639104, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51663502639104, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51664576380928, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51664576380928, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51665650122752, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51665650122752, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51479892787200, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51479892787200, len = 1073741824, flag = 11
No device extent.
Chunk: start = 51667797606400, len = 1073741824, type = 11, num_stripes = 0
Stripes list:
Block Group: start = 51667797606400, len = 1073741824, flag = 11
No device extent.
Total Chunks: 20011
Recoverable: 11483
Unrecoverable: 8528
Orphan Block Groups:
Orphan Device Extents:
corrupt node: root=1 block=77454277943296, nritems too large, have 38 expect range [1,0]
corrupt node: root=1 block=77454277943296, nritems too large, have 38 expect range [1,0]
Couldn't read tree root
open with broken chunk error
Chunk tree recovery failed
#
I've
btrfs inspect-internal
looks useful.I exported this from each of the 5 drives and it's the same file in all cases.
those files are growing quite large. About 3GB in my case.