Created attachment 914584 [details] screenshot.png Description of problem: Version-Release number of selected component (if applicable): anaconda-21.46-2 python-blivet-0.60-1 How reproducible: Always Steps to Reproduce: 1. Get to Manual Partitioning 2. Click the link to create partitions automatically (LVM preset is left chosen) 3. Click on /home mount point, change file system to XFS, click Update Settings Actual results: Volume Group "fedora" changes from reporting (60GB free) to (0 B free), and Available Space changes from ~2MiB to 61.67MiB, which is impossible because the layout is consuming a total of 80GiB. Expected results: For the values to all add up correctly. Additional info:
Created attachment 914585 [details] program.log
Created attachment 914586 [details] storage.log
Created attachment 914587 [details] anaconda.log
All space on physical disk is consumed, and all space in the VG goes to the LVs. This is consistent with the mountpoint UI values, and the Volume Group (0 B free) value. So the problem seems to be just with the Available Space value going from ~2M to ~62G. [root@localhost ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 80G 0 disk ├─sda1 8:1 0 200M 0 part /boot/efi ├─sda2 8:2 0 500M 0 part /boot └─sda3 8:3 0 79.3G 0 part ├─fedora-root 253:0 0 50G 0 lvm / ├─fedora-swap 253:1 0 2.5G 0 lvm [SWAP] └─fedora-home 253:2 0 26.8G 0 lvm /home [root@localhost ~]# lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert home fedora -wi-ao---- 26.75g root fedora -wi-ao---- 50.00g swap fedora -wi-ao---- 2.50g
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
Seems to work ok on rawhide.