New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert/source-fs.c:277: record_file_blocks: BUG_ON cur_off - key.offset >= extent_num_bytes triggered, value 1
#488
Comments
|
I seem to run into the same issue on an Debian bullseye. I noticed in the free space report that the free space is 1663.23% which is obviously wrong. btrfs-progs 5.10.1-2 |
|
It might or might not be relevant, but I want to add that this is an older ext4 which was created without the 64bit feature initially which was then added when I added an additional disk to the RAID5 so I could grow the ext4 to the full size. output from dumpe2fs |
|
I'm probably affected by something old. Using 6.0.2 it seems to run much longer without failure yet.
|
User reports a BUG_ON when converting an ext4 file system. https://bugzilla.redhat.com/show_bug.cgi?id=2101045
btrfs-progs-5.18-1.fc36.x86_64
e2fsprogs-1.46.5-2.fc36.x86_64
kernel 5.18.5-200.fc36.x86_64
This user also runs into #487 but I can't tell if that's related to this issue. When I tried converting an empty 28T ext4, I did run into that issue, but could not reproduce the crash.
The text was updated successfully, but these errors were encountered: