Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* btrfs error(dev extent physical offset is beyond device boundary) when mount
@ 2025-10-17 22:47 Wang Yugui
  2025-10-18 13:01 ` Wang Yugui
  2025-10-19 11:37 ` Wang Yugui
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Yugui @ 2025-10-17 22:47 UTC (permalink / raw)
  To: linux-btrfs

Hi,

btrfs error(dev extent physical offset is beyond device boundary)  happened on 
a brtfs file system with 3 disks when mount.

dmesg:
dev extent devid 3 physical offset 719991138680832 len 1073741824 is beyond device boundary 719992211374080

719991138680832+1073741824(1G)-719992211374080=1048576(1M)
719992211374080=670545 * 1024**3 = 670545 G 
    This is a hardware RAID device, so the size of this disk is just SZ_1G * 670545,
     not like physical disk with the size of SZ_1G * N + some small value

and this btrfs are running on  kernel version is 5.15.y and then 6.1.y.

Any advice about why this chunk was alloced beyond device boundary?
- Is it BTRFS_DEVICE_RANGE_RESERVED(1M) related?
- Is it multiple disks related?


Best Regards
Wang Yugui (wangyugui@e16-tech.com)
2025/10/18



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

end of thread, other threads:[~2025-10-19 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 22:47 btrfs error(dev extent physical offset is beyond device boundary) when mount Wang Yugui
2025-10-18 13:01 ` Wang Yugui
2025-10-19 11:37 ` Wang Yugui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox