Hi,
In a new install with an SSD I see the fstrim.timer enabled and set to weekly, which is fine.
The problem is that btrfsmanteinance also sets the fstrim weekly as a cron job, in the config file located at /etc/sysconfig/btrfsmaintenance I see:
## Path: System/File systems/btrfs
## Description: Configuration for periodic fstrim
## Type: string(none,daily,weekly,monthly)
## Default: "none"
## ServiceRestart: btrfsmaintenance-refresh
#
# Frequency of periodic trim. **Off by default** so it does not collide with
# fstrim.timer . If you do not use the timer, turn it on here. The recommended
# period is 'weekly'.
BTRFS_TRIM_PERIOD="weekly"
But it is not off, actually I can find it in /etc/cron.weekly/.
Can this be a problem? maybe a bug needs to be submited?