Hide Forgot
Description of problem: In Manual Partitioning, after clicking on "automatically create" partitions, and changing /boot on ext4 to be /boot on BTRFS, the installer changes the existing ~442GB btrfs volume to a size of 2GB. Version-Release number of selected component (if applicable): anaconda-20.25.8-1.fc20 How reproducible: Always Steps to Reproduce: 1. Manual partitioning 2. Automatically create partitions 3. Click on /boot and change device type to BTRFS, click update Actual results: All mountpoints on the BTRFS volume change size to ~2GB. Expected results: Established size of the volume shouldn't change. Additional info:
Created attachment 827499 [details] anaconda.log
Created attachment 827500 [details] program.log
Created attachment 827501 [details] storage.log
This is related to how we calculate the base size for the volume when adding a subvolume in combination with how the automatic partitioning requests are defined (they have small base sizes).