a other “Bug” maybe, or something a investigation/discussion is worth.
Choosing BTRFS as Filesystem in the ISO Installer enables autodefrag on a SSD. But defragmenting a SSD isnt needed, and is indeed contraproductive because you didnt get any performance benefits (it could make it slower indeed) and only wear out the SSD more.
Found it, because i installed my VM just for fun/trying with BTRFS.
It should be consider to disable this on SSD installation.
btrfs autodefrag isn’t exactly the same as traditional disk defragmentation.
There is a lot of conflicting information on if you should use btrfs autodefrag on an SSD. There do seem to be some use cases where using it is beneficial.
That being said, the reason it is there is due to an upstream limitation in Calamares, the installer we use. It has the ability to add options for SSDs but not for HDDs.
I recently submitted a PR which addresses that issue along with some others.
I don’t have the time to do the search for you at this moment but if you search for btrfs autodefrag ssd there are endless arguments and discussions some of which provide some data.
That being said, I agree with you that it shouldn’t be the default on SSDs, however the installer doesn’t currently have a way to do that but hopefully will soon.