linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Access Beyond End of Device & Input/Output Errors
@ 2020-08-01  6:51 Justin Brown
  2020-08-01  6:58 ` Qu Wenruo
  0 siblings, 1 reply; 22+ messages in thread
From: Justin Brown @ 2020-08-01  6:51 UTC (permalink / raw)
  To: linux-btrfs

Hello,

I've run into a strange problem that I haven't seen before, and I need
some help. I started getting generic "input/output" errors on a couple
of files, and when I looked deeper, the kernel logs are full of
messages like:

    sd 5:0:0:0: [sdf] tag#29 access beyond end of device

I've never seen anything like this before with any FS, so I figured it
was worth asking before I consider running the standard btrfs tools.
(I briefly started a scrub, but it was going crazy with uncorrectable
errors, so I cancelled it.)

Here's my system info:

Fedora 32, kernel 5.7.7-200.fc32.x86_64
btrfs-progs v5.7

/etc/fstab entry:
LABEL=media /var/media btrfs subvol=media,discard 0 2

btrfs fi show /var/media/
Label: 'media' uuid: 51eef0c7-2977-4037-b271-3270ea22c7d9
Total devices 6 FS bytes used 4.68TiB
devid 1 size 1.82TiB used 963.00GiB path /dev/sdf1
devid 2 size 1.82TiB used 962.00GiB path /dev/sde1
devid 4 size 1.82TiB used 963.00GiB path /dev/sdg1
devid 6 size 1.82TiB used 962.03GiB path /dev/sda1
devid 7 size 7.28TiB used 967.03GiB path /dev/sdb1
devid 8 size 7.28TiB used 967.03GiB path /dev/sdd1

btrfs fi df /var/media/
Data, RAID5: total=4.69TiB, used=4.68TiB
System, RAID1C3: total=32.00MiB, used=304.00KiB
Metadata, RAID1C3: total=6.00GiB, used=4.94GiB
GlobalReserve, single: total=512.00MiB, used=0.00B

I can only mount -o degraded now. Here are the logs when mounting:

Aug 01 01:15:26 spaceman.fandingo.org sudo[275572]: justin : TTY=pts/0
; PWD=/home/justin ; USER=root ; COMMAND=/usr/bin/mount -t btrfs -o
degraded /dev/sda1 /var/media/
Aug 01 01:15:26 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#30
access beyond end of device
Aug 01 01:15:26 spaceman.fandingo.org kernel: blk_update_request: I/O
error, dev sdf, sector 2176 op 0x0:(READ) flags 0x0 phys_seg 1 prio
class 0
Aug 01 01:15:26 spaceman.fandingo.org kernel: Buffer I/O error on dev
sdf1, logical block 16, async page read
Aug 01 01:15:26 spaceman.fandingo.org kernel: BTRFS info (device
sde1): allowing degraded mounts
Aug 01 01:15:26 spaceman.fandingo.org kernel: BTRFS info (device
sde1): disk space caching is enabled
Aug 01 01:15:26 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): devid 1 uuid cb05aae6-6c03-49d3-b46d-bf51a0eb8cd0 is missing
Aug 01 01:15:26 spaceman.fandingo.org kernel: BTRFS info (device
sde1): bdev /dev/sdf1 errs: wr 4458026, rd 14571, flush 0, corrupt 0,
gen 0

It seems like only relatively recently written files are encountering
I/O errors. If I `cat` one of the problematic files when the FS is
mounted normally, I see a ton of this:

Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#26
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#27
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#28
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#29
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#30
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#0
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#1
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#13
access beyond end of device
Aug 01 01:13:49 spaceman.fandingo.org kernel: sd 5:0:0:0: [sdf] tag#2
access beyond end of device

Now that I'm remounted in -o degraded, I'm getting more comprehensible
warnings, but it still results in I/O read failures:

Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99942400 csum 0x8941f998
expected csum 0xbe3f80a4 mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99946496 csum 0x8941f998
expected csum 0x9c36a6b4 mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99950592 csum 0x8941f998
expected csum 0x44d30ca2 mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99958784 csum 0x8941f998
expected csum 0xc0f08acc mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99954688 csum 0x8941f998
expected csum 0xcb11db59 mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99962880 csum 0x8941f998
expected csum 0x8a4ee0aa mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99971072 csum 0x8941f998
expected csum 0xdfb79e85 mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99966976 csum 0x8941f998
expected csum 0xc14921a0 mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99975168 csum 0x8941f998
expected csum 0xf2fe8774 mirror 2
Aug 01 01:31:53 spaceman.fandingo.org kernel: BTRFS warning (device
sde1): csum failed root 2820 ino 747435 off 99979264 csum 0x8941f998
expected csum 0xae1cafd6 mirror 2

Why trying to research this problem, I came across a Github issue
https://github.com/kdave/btrfs-progs/issues/282 and a patch from Qu
from yesterday ([PATCH] btrfs: trim: fix underflow in trim length to
prevent access beyond device boundary). I do use the discard mount
option, and I have a weekly fstrim.timer enabled. I did replace 2x2TB
drives with the 2x8TB drives about 1 month ago, which involved a
conversion to -d raid5 -m raid1c3, which I suppose could hit the same
code paths that resize2fs would?

Any advice on how to proceed would be greatly appreciated.

Thanks,
Justin

^ permalink raw reply	[flat|nested] 22+ messages in thread
* Re: Access Beyond End of Device & Input/Output Errors
@ 2021-01-17 23:38 chainofflowers
  2021-01-18  0:11 ` Qu Wenruo
  0 siblings, 1 reply; 22+ messages in thread
From: chainofflowers @ 2021-01-17 23:38 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 3755 bytes --]

Hi all,
Hi Qu,

I am also getting this very same error on my system.
Actually, I am experiencing this since the following old bug was introduced AND also even after it has been fixed:
https://lore.kernel.org/linux-btrfs/20190521190023.GA68070@glet/T/

That (dm-related) bug was claimed to have been fixed and users confirmed that their btrfs partitions were working correctly again, but I am still experiencing some issues from time to time - and obviously only on SSD devices.

Just to clarify: I am using btrfs volumes on encrypted LUKS partitions, where every partition is encrypted individually.
I am *NOT* using LVM at all: just btrfs directly on top of LUKS (which is different from the users' setup in the above-mentioned bug reports).
And I am trimming the partitions only via fstrim, have configured the mount points with the "nodiscard" option and the LUKS volumes in /etc/crypttab with "discard", so to have the pass-through when I use fstrim.

Opposite to Justin, my partitions are all aligned.

When this happens on my root partition, I cannot launch any command anymore because the file system is not responding (e.g.: I get "ls: command not found"). I cannot actually do anything in reality, because the system console is flooded with messages like:

 "sd <....> [sdX] tag#29 access beyond end of device"

and that "clogs" the system. Since the root fs is unusable, the system log cannot store those messages, so I can't find them at the next reboot.
I can only soft-reset (CTRL-ALT-DEL), it's the "cleanest" (and only) way I can get back to a working system.

When the system restarts, it takes 2 seconds longer than usual to mount the file systems, and then I can use the PC again.
Immediately after login, if I run btrfs scrub, I get no errors (I scrub ALL of my partitions: they're all fine). So, it seems that at least the auto-recovery capability of btrfs works fine, thanks to you devs :-)

Then, if I boot from an external device and run btrfs check on the unmounted file systems, it also reports NO errors - opposite to what was happening when the dm bug was still open: to me, this really means that btrfs today is able to heal itself from this issue (it was not always the case in 2019, when the dm bug was opened).
I have not tried to boot from external device directly after this issue occurs - I mean, performing btrfs check without going first through the btrfs scrub step. I will do that next time and see what output I get.

All my partitions are snapshotted, and surely this could help with auto-recovery.

What I have noticed is that when this bug happens, it ALWAYS happens after I have purged the old snapshots: that is, when the root partition only has one "fresh" (read-only) snapshot. This is never happening when I have more than one snapshot - maybe it means nothing, but it seems to me to be systematic.

I have attached a file with my setup.
Could you maybe spot anything weird there? It looks fine to me. The USER and SCRATCH volumes are in RAID-0.

I am unable to provide any dmesg output or system log because, as said, when it happens it does not write anything to the SYS partition (where /var/log is). I will move at least /var/log/journal to another device, so hopefully next time I will be able to provide some useful info.

Another info: of course, I have tried (twice!) to reconstruct the system SSD from scratch, because I wanted to be sure that it was not depending on some exotic issue. And each time I used a brand new device.
So, this issue has been happening with a SanDisk Ultra II and with two different Samsung EVO 860.

Is it possible that what we are experiencing is still an effect of that dm bug, that it was not completely fixed?


Thanks for your help, and for reading till here :)

(c)

[-- Attachment #2: system-setup.txt --]
[-- Type: text/plain, Size: 25144 bytes --]

-------------
# uname -a
Linux <****> 5.10.7-3-MANJARO #1 SMP PREEMPT Fri Jan 15 21:11:34 UTC 2021 x86_64 GNU/Linux
-------------
# btrfs fi show
Label: 'SYS'  uuid: 8c63fc14-a0a8-4a6a-9e2a-45d8735a6cb8
        Total devices 1 FS bytes used 39.44GiB
        devid    1 size 440.57GiB used 58.05GiB path /dev/mapper/SYS

Label: 'HOME'  uuid: 9362ac9d-c280-451d-9c8a-c09798e1c887
        Total devices 1 FS bytes used 129.38GiB
        devid    1 size 232.88GiB used 179.05GiB path /dev/mapper/OMO

Label: 'USER'  uuid: b0b9b664-6629-43c0-b89e-e2db1fe0f39b
        Total devices 2 FS bytes used 2.94TiB
        devid    1 size 1.77TiB used 1.49TiB path /dev/mapper/user1
        devid    2 size 1.77TiB used 1.49TiB path /dev/mapper/user2

Label: 'SCRATCH'  uuid: cdb788b8-665b-44db-a6f0-ee743fd67b4f
        Total devices 2 FS bytes used 76.61GiB
        devid    1 size 46.55GiB used 40.01GiB path /dev/mapper/duro1
        devid    2 size 46.55GiB used 40.01GiB path /dev/mapper/duro2
-------------
# btrfs fi df /
Data, single: total=56.01GiB, used=38.48GiB
System, single: total=32.00MiB, used=16.00KiB
Metadata, single: total=2.01GiB, used=976.75MiB
GlobalReserve, single: total=107.81MiB, used=0.00B
-------------
# blkid
/dev/sda1: UUID="ee18ef63-d156-4c61-a4d3-09ffc6a82659" TYPE="crypto_LUKS" PARTLABEL="BACKUP" PARTUUID="11c718e6-d06e-4d42-bfd0-2325d7da14dc"
/dev/sdb1: UUID="dd0a3dc5-c8dc-4c0d-86e8-294e6c76cb30" TYPE="crypto_LUKS" PARTLABEL="SCRATCH" PARTUUID="0af5e58d-c057-4972-96f6-d12cf1005180"
/dev/sdb2: UUID="99e588a1-5f1d-43f9-bace-d5dc0d251c0f" TYPE="crypto_LUKS" PARTLABEL="USER" PARTUUID="79794d70-6cb8-4e84-b6db-32b6ddefb398"
/dev/sdc1: UUID="0a51adb7-b8dd-4cc2-816f-13ed478391a7" TYPE="crypto_LUKS" PARTLABEL="HOME" PARTUUID="2a43d162-ea4f-40a9-a5ab-44e922472b80"
/dev/sdd1: UUID="1af89040-20e8-43f9-a4b4-0359ab938c37" TYPE="crypto_LUKS" PARTLABEL="SCRATCH" PARTUUID="adf428b0-93ba-4bdc-bba9-e12c4dbaa18a"
/dev/sdd2: UUID="9c78d9bb-8830-4576-91f6-1425b85616c9" TYPE="crypto_LUKS" PARTLABEL="USER" PARTUUID="bb10bd57-53d8-40fe-8705-9bae6893e892"
/dev/sde2: UUID="e821b81b-2cc2-4b51-84a7-d5a9e459e108" TYPE="crypto_LUKS" PARTLABEL="BOOT" PARTUUID="349bb8d4-ef92-4d3f-95fc-7cf3029bc8f2"
/dev/sde3: UUID="bb95b6d5-6567-4837-8f66-eac5de4aa7ba" TYPE="crypto_LUKS" PARTLABEL="SYS" PARTUUID="653ae11a-4c13-4797-8f86-2807a961420d"
/dev/sde4: UUID="58e5764f-6522-4dad-86f2-696c3c87847c" TYPE="crypto_LUKS" PARTLABEL="SWAP" PARTUUID="943befb3-ccd4-440a-a4e1-ad98874e1aa3"
/dev/sdh1: UUID="fb23d5c4-1cec-4a2b-b5c6-701b15436bfc" TYPE="crypto_LUKS" PARTLABEL="Entertainment" PARTUUID="9228f216-982a-4c32-9996-9df66893d71b"
/dev/sdg1: UUID="ec9deffe-47d8-4776-9e2e-0a74ad93cd29" TYPE="crypto_LUKS" PARTLABEL="orfano" PARTUUID="1d1dd982-f810-4993-a705-61d356da39b0"
/dev/mapper/SYS: LABEL="SYS" UUID="8c63fc14-a0a8-4a6a-9e2a-45d8735a6cb8" UUID_SUB="1e5141ca-474c-4144-a1e3-cd1810739d91" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/mapper/suoppo: LABEL="SWAP" UUID="762cf066-660f-4a2b-9ecb-b91220d23868" TYPE="swap"
/dev/mapper/OMO: LABEL="HOME" UUID="9362ac9d-c280-451d-9c8a-c09798e1c887" UUID_SUB="eab5d229-1328-483e-9ad8-43e570e4e223" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/mapper/duro2: LABEL="SCRATCH" UUID="cdb788b8-665b-44db-a6f0-ee743fd67b4f" UUID_SUB="fde44687-d8e8-4603-bb1c-dd3b77482d9f" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/mapper/buttalo: LABEL="BOOT" UUID="afba68e5-56da-4af0-bab4-6c05025ba0d8" BLOCK_SIZE="1024" TYPE="ext4"
/dev/mapper/duro1: LABEL="SCRATCH" UUID="cdb788b8-665b-44db-a6f0-ee743fd67b4f" UUID_SUB="371e9000-94f5-4a15-a74f-c60ffb6d8a7c" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/mapper/user1: LABEL="USER" UUID="b0b9b664-6629-43c0-b89e-e2db1fe0f39b" UUID_SUB="9c0d7301-6318-48c8-9507-bf36e0056e55" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/mapper/user2: LABEL="USER" UUID="b0b9b664-6629-43c0-b89e-e2db1fe0f39b" UUID_SUB="065f20e5-8ab4-4361-a377-7eae43f90eb9" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/sde1: PARTLABEL="GRUB" PARTUUID="3c12ac5f-275c-40c0-914b-73c1b728dea0"
-------------
# lsblk -b
NAME        MAJ:MIN RM          SIZE RO TYPE  MOUNTPOINT
sda           8:0    1 2000398934016  0 disk  
└─sda1        8:1    1 2000397795328  0 part  
sdb           8:16   1 2000398934016  0 disk  
├─sdb1        8:17   1   49999249408  0 part  
│ └─duro2   254:3    0   49982472192  0 crypt 
└─sdb2        8:18   1 1950398545920  0 part  
  └─user2   254:7    0 1950381768704  0 crypt 
sdc           8:32   1  250059350016  0 disk  
└─sdc1        8:33   1  250058113024  0 part  
  └─OMO     254:2    0  250056015872  0 crypt /home
sdd           8:48   1 2000398934016  0 disk  
├─sdd1        8:49   1   49999249408  0 part  
│ └─duro1   254:5    0   49982472192  0 crypt /var/lib/libvirt/images
└─sdd2        8:50   1 1950398545920  0 part  
  └─user1   254:6    0 1950381768704  0 crypt /PATTUME/Entertainment
sde           8:64   1  500107862016  0 disk  
├─sde1        8:65   1       1048576  0 part  
├─sde2        8:66   1     198180864  0 part  
│ └─buttalo 254:4    0     196083712  0 crypt /boot
├─sde3        8:67   1  473064038400  0 part  
│ └─SYS     254:0    0  473061941248  0 crypt /
└─sde4        8:68   1   26842497024  0 part  
  └─suoppo  254:1    0   26840399872  0 crypt [SWAP]
sdg           8:96   0 2000398934016  0 disk  
└─sdg1        8:97   0 2000397795328  0 part  
sdh           8:112  0 3000558944256  0 disk  
└─sdh1        8:113  0 3000556847104  0 part  
sr0          11:0    1    1073741312  0 rom   
sr1          11:1    1    1073741312  0 rom   
-------------
# btrfs ins dump-tree -t chunk /dev/mapper/SYS
btrfs-progs v5.9 
chunk tree
leaf 120415338496 items 62 free space 9755 generation 312763 owner CHUNK_TREE
leaf 120415338496 flags 0x1(WRITTEN) backref revision 1
fs uuid 8c63fc14-a0a8-4a6a-9e2a-45d8735a6cb8
chunk uuid f24f036f-ad1a-43b0-bba9-83ca72d633be
	item 0 key (DEV_ITEMS DEV_ITEM 1) itemoff 16185 itemsize 98
		devid 1 total_bytes 473061941248 bytes_used 62327357440
		io_align 4096 io_width 4096 sector_size 4096 type 0
		generation 0 start_offset 0 dev_group 0
		seek_speed 0 bandwidth 0
		uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
		fsid 8c63fc14-a0a8-4a6a-9e2a-45d8735a6cb8
	item 1 key (FIRST_CHUNK_TREE CHUNK_ITEM 5242880) itemoff 16105 itemsize 80
		length 8388608 owner 2 stripe_len 65536 type METADATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 0
			stripe 0 devid 1 offset 5242880
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 2 key (FIRST_CHUNK_TREE CHUNK_ITEM 13631488) itemoff 16025 itemsize 80
		length 8388608 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 0
			stripe 0 devid 1 offset 13631488
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 3 key (FIRST_CHUNK_TREE CHUNK_ITEM 22020096) itemoff 15945 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type METADATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 22020096
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 4 key (FIRST_CHUNK_TREE CHUNK_ITEM 1095761920) itemoff 15865 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 1095761920
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 5 key (FIRST_CHUNK_TREE CHUNK_ITEM 2169503744) itemoff 15785 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 2169503744
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 6 key (FIRST_CHUNK_TREE CHUNK_ITEM 3243245568) itemoff 15705 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 3243245568
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 7 key (FIRST_CHUNK_TREE CHUNK_ITEM 4316987392) itemoff 15625 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 4316987392
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 8 key (FIRST_CHUNK_TREE CHUNK_ITEM 5390729216) itemoff 15545 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 5390729216
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 9 key (FIRST_CHUNK_TREE CHUNK_ITEM 6464471040) itemoff 15465 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 6464471040
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 10 key (FIRST_CHUNK_TREE CHUNK_ITEM 7538212864) itemoff 15385 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 7538212864
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 11 key (FIRST_CHUNK_TREE CHUNK_ITEM 8611954688) itemoff 15305 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 8611954688
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 12 key (FIRST_CHUNK_TREE CHUNK_ITEM 9685696512) itemoff 15225 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 9685696512
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 13 key (FIRST_CHUNK_TREE CHUNK_ITEM 12906921984) itemoff 15145 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 12906921984
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 14 key (FIRST_CHUNK_TREE CHUNK_ITEM 13980663808) itemoff 15065 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 13980663808
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 15 key (FIRST_CHUNK_TREE CHUNK_ITEM 15054405632) itemoff 14985 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 15054405632
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 16 key (FIRST_CHUNK_TREE CHUNK_ITEM 16128147456) itemoff 14905 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 16128147456
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 17 key (FIRST_CHUNK_TREE CHUNK_ITEM 17201889280) itemoff 14825 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 17201889280
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 18 key (FIRST_CHUNK_TREE CHUNK_ITEM 18275631104) itemoff 14745 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 18275631104
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 19 key (FIRST_CHUNK_TREE CHUNK_ITEM 19349372928) itemoff 14665 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 19349372928
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 20 key (FIRST_CHUNK_TREE CHUNK_ITEM 20423114752) itemoff 14585 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 20423114752
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 21 key (FIRST_CHUNK_TREE CHUNK_ITEM 21496856576) itemoff 14505 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 21496856576
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 22 key (FIRST_CHUNK_TREE CHUNK_ITEM 22570598400) itemoff 14425 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 22570598400
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 23 key (FIRST_CHUNK_TREE CHUNK_ITEM 23644340224) itemoff 14345 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 23644340224
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 24 key (FIRST_CHUNK_TREE CHUNK_ITEM 24718082048) itemoff 14265 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 24718082048
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 25 key (FIRST_CHUNK_TREE CHUNK_ITEM 25791823872) itemoff 14185 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 25791823872
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 26 key (FIRST_CHUNK_TREE CHUNK_ITEM 26865565696) itemoff 14105 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 26865565696
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 27 key (FIRST_CHUNK_TREE CHUNK_ITEM 27939307520) itemoff 14025 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 27939307520
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 28 key (FIRST_CHUNK_TREE CHUNK_ITEM 29013049344) itemoff 13945 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 29013049344
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 29 key (FIRST_CHUNK_TREE CHUNK_ITEM 30086791168) itemoff 13865 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 30086791168
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 30 key (FIRST_CHUNK_TREE CHUNK_ITEM 31160532992) itemoff 13785 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 31160532992
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 31 key (FIRST_CHUNK_TREE CHUNK_ITEM 32234274816) itemoff 13705 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 32234274816
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 32 key (FIRST_CHUNK_TREE CHUNK_ITEM 33308016640) itemoff 13625 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 33308016640
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 33 key (FIRST_CHUNK_TREE CHUNK_ITEM 34381758464) itemoff 13545 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 34381758464
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 34 key (FIRST_CHUNK_TREE CHUNK_ITEM 35455500288) itemoff 13465 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 35455500288
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 35 key (FIRST_CHUNK_TREE CHUNK_ITEM 36529242112) itemoff 13385 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type METADATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 36529242112
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 36 key (FIRST_CHUNK_TREE CHUNK_ITEM 37602983936) itemoff 13305 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 37602983936
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 37 key (FIRST_CHUNK_TREE CHUNK_ITEM 38676725760) itemoff 13225 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 38676725760
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 38 key (FIRST_CHUNK_TREE CHUNK_ITEM 39817576448) itemoff 13145 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 39817576448
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 39 key (FIRST_CHUNK_TREE CHUNK_ITEM 40891318272) itemoff 13065 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 40891318272
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 40 key (FIRST_CHUNK_TREE CHUNK_ITEM 43038801920) itemoff 12985 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 43038801920
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 41 key (FIRST_CHUNK_TREE CHUNK_ITEM 49481252864) itemoff 12905 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 49481252864
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 42 key (FIRST_CHUNK_TREE CHUNK_ITEM 54883516416) itemoff 12825 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 47333769216
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 43 key (FIRST_CHUNK_TREE CHUNK_ITEM 55990812672) itemoff 12745 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 10759438336
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 44 key (FIRST_CHUNK_TREE CHUNK_ITEM 57064554496) itemoff 12665 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 11833180160
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 45 key (FIRST_CHUNK_TREE CHUNK_ITEM 117194096640) itemoff 12585 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 104242085888
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 46 key (FIRST_CHUNK_TREE CHUNK_ITEM 118267838464) itemoff 12505 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 41965060096
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 47 key (FIRST_CHUNK_TREE CHUNK_ITEM 119341580288) itemoff 12425 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 44112543744
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 48 key (FIRST_CHUNK_TREE CHUNK_ITEM 120415322112) itemoff 12345 itemsize 80
		length 33554432 owner 2 stripe_len 65536 type SYSTEM
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 39750467584
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 49 key (FIRST_CHUNK_TREE CHUNK_ITEM 154808614912) itemoff 12265 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 52702478336
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 50 key (FIRST_CHUNK_TREE CHUNK_ITEM 166619774976) itemoff 12185 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 61292412928
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 51 key (FIRST_CHUNK_TREE CHUNK_ITEM 179504676864) itemoff 12105 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 63439896576
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 52 key (FIRST_CHUNK_TREE CHUNK_ITEM 180578418688) itemoff 12025 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 64513638400
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 53 key (FIRST_CHUNK_TREE CHUNK_ITEM 182725902336) itemoff 11945 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 66661122048
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 54 key (FIRST_CHUNK_TREE CHUNK_ITEM 381368139776) itemoff 11865 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 62366154752
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 55 key (FIRST_CHUNK_TREE CHUNK_ITEM 396400525312) itemoff 11785 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 67734863872
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 56 key (FIRST_CHUNK_TREE CHUNK_ITEM 397474267136) itemoff 11705 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 45186285568
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 57 key (FIRST_CHUNK_TREE CHUNK_ITEM 398548008960) itemoff 11625 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 46260027392
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 58 key (FIRST_CHUNK_TREE CHUNK_ITEM 399621750784) itemoff 11545 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 48407511040
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 59 key (FIRST_CHUNK_TREE CHUNK_ITEM 400695492608) itemoff 11465 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 50554994688
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 60 key (FIRST_CHUNK_TREE CHUNK_ITEM 631549984768) itemoff 11385 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 56997445632
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91
	item 61 key (FIRST_CHUNK_TREE CHUNK_ITEM 704564428800) itemoff 11305 itemsize 80
		length 1073741824 owner 2 stripe_len 65536 type DATA
		io_align 65536 io_width 65536 sector_size 4096
		num_stripes 1 sub_stripes 1
			stripe 0 devid 1 offset 107463311360
			dev_uuid 1e5141ca-474c-4144-a1e3-cd1810739d91

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

end of thread, other threads:[~2021-04-24 22:56 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-01  6:51 Access Beyond End of Device & Input/Output Errors Justin Brown
2020-08-01  6:58 ` Qu Wenruo
2020-08-01  7:02   ` Qu Wenruo
     [not found]     ` <CAKZK7uzmg19NDjGPPAxXKu7LJ-7ZdHu2cad22csj_chr2qxMJg@mail.gmail.com>
2020-08-01  9:31       ` Qu Wenruo
2020-08-01 11:56         ` Justin Brown
2020-08-01 23:30           ` Qu Wenruo
2020-09-06  1:42             ` Justin Brown
2021-01-17 23:38 chainofflowers
2021-01-18  0:11 ` Qu Wenruo
2021-01-18 21:07   ` chainofflowers
2021-01-21 23:55     ` chainofflowers
2021-01-22  0:49       ` Qu Wenruo
2021-02-08 21:05         ` chainofflowers
2021-02-20 11:26           ` chainofflowers
2021-02-20 11:42             ` Qu Wenruo
2021-02-20 11:46           ` Forza
2021-02-20 12:07             ` chainofflowers
2021-02-20 12:13               ` Qu Wenruo
2021-04-23 23:36                 ` chainofflowers
2021-04-24  0:25                   ` Qu Wenruo
2021-04-24 14:13                     ` chainofflowers
2021-04-24 22:56                       ` Qu Wenruo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).