- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 53
Description
The problem you're addressing (if any)
Fedora Workstation installs with btrfs by default, based on our approach to distribution defaults, we should adjust template build to use btrfs too.
The solution you'd like
Make fedora template with btrfs root filesystem. Place actual installation in root subvolume (same as vanilla Fedora).
Consider enabling compression (https://docs.fedoraproject.org/en-US/fedora/f34/release-notes/sysadmin/Storage/).
For compatibility with other templates, keep private volume as ext4.
The value to a user, and who that user might be
Consistency with "standard" Fedora.
Other benefits of btrfs filesystem.
Note: some benefits may not apply to Qubes - for example our storage subsystem already use copy-on-write on a lower layer, which allows easy rollbacks when necessary. There may be some performance cost of doing it twice (to be analyzed, and possibly compensated with filesystem options).