Bug 101181 - balance fail following successful ext4 to btrfs conversion, BUG at fs/btrfs/extent-tree.c:8078!
Summary: balance fail following successful ext4 to btrfs conversion, BUG at fs/btrfs/e...
Status: NEW
Alias: None
Product: File System
Classification: Unclassified
Component: btrfs (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Josef Bacik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 05:09 UTC by Chris Murphy
Modified: 2017-04-22 03:40 UTC (History)
2 users (show)

See Also:
Kernel Version: 4.2.0-0.rc1.git0.1.fc23.x86_64
Tree: Fedora
Regression: Yes


Attachments
dmesg (66.76 KB, text/plain)
2015-07-08 05:09 UTC, Chris Murphy
Details

Description Chris Murphy 2015-07-08 05:09:06 UTC
Created attachment 182131 [details]
dmesg

This is reproduced in qemu-kvm where both host and guest use kernel 4.2.0-0.rc1.git0.1.fc23.x86_64. The guest has two ext4 file systems available on two separate virtio block devices: the boot OS remains ext4, and the 2nd ext4 is what's being converted. Both of these ext4 file systems are freshly created just for this report, and have Fedora 22 installed onto them plus a large Fedora 22 ISO of 1.5GB.

1. btrfs-convert /dev/vdb1
2. mount /dev/vdb1 /mnt
3. btrfs sub del /mnt/ext2_saved
wait for about 2 minutes
4. btrfs fi defrag -r /mnt
completes
5. btrfs balance start /mnt
continues for about 1 minute then segmentation fault

The host

Note You need to log in before you can comment on or make changes to this bug.