summaryrefslogtreecommitdiff
path: root/src/etc/systemd/system/fstrim.service.d
AgeCommit message (Collapse)Author
2026-07-28fstrim: T9133: skip /etc/fstab to properly identify devices to trimNacho Barrientos
The default (coming from util-linux) fstrim.service in VyOS fails to perform any trimming because it stops evaluating mount points after reading /etc/fstab, which contains only overlay filesystems that fstrim inherently ignores. More info: https://vyos.dev/T9133