Description of problem: Installation of F23 Beta RC1 AArch64, custom partitioning with btrfs. Version-Release number of selected component: anaconda-23.19.3-1 The following was filed automatically by anaconda: anaconda 23.19.3-1 exception report Traceback (most recent call first): File "/usr/lib64/python3.4/site-packages/gi/overrides/BlockDev.py", line 416, in wrapped raise transform[1](msg) File "/usr/lib/python3.4/site-packages/blivet/devices/btrfs.py", line 432, in _create md_level=md_level) File "/usr/lib/python3.4/site-packages/blivet/devices/storage.py", line 455, in create self._create() File "/usr/lib/python3.4/site-packages/blivet/deviceaction.py", line 312, in execute self.device.create() File "/usr/lib/python3.4/site-packages/blivet/actionlist.py", line 280, in process action.execute(callbacks) File "/usr/lib/python3.4/site-packages/blivet/devicetree.py", line 380, in processActions callbacks=callbacks) File "/usr/lib/python3.4/site-packages/blivet/blivet.py", line 164, in doIt self.devicetree.processActions(callbacks=callbacks) File "/usr/lib/python3.4/site-packages/blivet/osinstall.py", line 1074, in turnOnFilesystems storage.doIt(callbacks) File "/usr/lib64/python3.4/site-packages/pyanaconda/install.py", line 195, in doInstall turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall, callbacks=callbacks_reg) File "/usr/lib64/python3.4/threading.py", line 868, in run self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 253, in run threading.Thread.run(self, *args, **kwargs) gi.overrides.BlockDev.BtrfsError: Process reported exit code 256: extent-tree.c:2694: btrfs_reserve_extent: Assertion `ret` failed. mkfs.btrfs(+0x13820)[0x2aac3393820] mkfs.btrfs(btrfs_reserve_extent+0x788)[0x2aac33980d0] mkfs.btrfs(btrfs_alloc_free_block+0x6c)[0x2aac33982d4] mkfs.btrfs(__btrfs_cow_block+0xd4)[0x2aac338a834] mkfs.btrfs(btrfs_search_slot+0x3d8)[0x2aac338d788] mkfs.btrfs(btrfs_insert_empty_items+0x9c)[0x2aac338e864] mkfs.btrfs(btrfs_insert_item+0x6c)[0x2aac338ec4c] mkfs.btrfs(btrfs_make_block_group+0x50)[0x2aac33976b8] mkfs.btrfs(main+0x81c)[0x2aac33886ac] /lib64/libc.so.6(__libc_start_main+0xe4)[0x3ffb477f68c] mkfs.btrfs(+0x9af4)[0x2aac3389af4] Additional info: cmdline: /usr/bin/python3 /sbin/anaconda cmdline_file: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-23_B-aarch64 ro dnf.rpm.log: Sep 18 14:20:15 INFO --- logging initialized --- executable: /sbin/anaconda hashmarkername: anaconda kernel: 4.2.0-300.fc23.aarch64 product: Fedora release: Cannot get release name. type: anaconda version: 23
Created attachment 1074932 [details] File: anaconda-tb
Created attachment 1074933 [details] File: anaconda.log
Created attachment 1074934 [details] File: dnf.log
Created attachment 1074935 [details] File: environ
Created attachment 1074936 [details] File: lsblk_output
Created attachment 1074937 [details] File: nmcli_dev_list
Created attachment 1074938 [details] File: os_info
Created attachment 1074939 [details] File: storage.log
Created attachment 1074940 [details] File: syslog
Created attachment 1074941 [details] File: ifcfg.log
Created attachment 1074942 [details] File: packaging.log
Created attachment 1074943 [details] File: program.log
Reassigning to btrfs-progs based on the apparent crash in mkfs.btrfs.
I can reproduce this on: btrfs-progs-4.2-1.fc24.aarch64 (NB: aarch64) $ truncate -s 1G test.img $ mkfs.btrfs test.img btrfs-progs v4.2 See http://btrfs.wiki.kernel.org for more information. extent-tree.c:2694: btrfs_reserve_extent: Assertion `ret` failed. mkfs.btrfs(+0x13820)[0x2aada303820] mkfs.btrfs(btrfs_reserve_extent+0x788)[0x2aada3080d0] mkfs.btrfs(btrfs_alloc_free_block+0x6c)[0x2aada3082d4] mkfs.btrfs(__btrfs_cow_block+0xd4)[0x2aada2fa834] mkfs.btrfs(btrfs_search_slot+0x3d8)[0x2aada2fd788] mkfs.btrfs(btrfs_insert_empty_items+0x9c)[0x2aada2fe864] mkfs.btrfs(btrfs_insert_item+0x6c)[0x2aada2fec4c] mkfs.btrfs(btrfs_make_block_group+0x50)[0x2aada3076b8] mkfs.btrfs(main+0x81c)[0x2aada2f86ac] /lib64/libc.so.6(__libc_start_main+0xe4)[0x3ff9e79f764] mkfs.btrfs(+0x9af4)[0x2aada2f9af4] However I cannot reproduce it on btrfs-progs-4.2.1-1.fc24.x86_64 (NB: Increased version and x86) So it could either have been fixed, or it might only affect aarch64.
This is fixed in 4.2.1-1, even on aarch64. Therefore I am closing this bug.