From f0158208a9ff5ca8c4d468c4e14cbcaa31d77d78 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 12 Feb 2020 20:35:22 +0000 Subject: [PATCH] fstrim: randomize timer start time across 100 minutes It should not matter when exactly fstrim runs, so spread these tasks across time to help server farms and such to simultanously get busy with io. Addresses: https://bugs.launchpad.net/bugs/1833593 Signed-off-by: Sami Kerola --- sys-utils/fstrim.timer | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-utils/fstrim.timer b/sys-utils/fstrim.timer index 563dd455e8..54b3c18f59 100644 --- a/sys-utils/fstrim.timer +++ b/sys-utils/fstrim.timer @@ -7,6 +7,7 @@ ConditionVirtualization=!container OnCalendar=weekly AccuracySec=1h Persistent=true +RandomizedDelaySec=6000 [Install] WantedBy=timers.target -- 2.47.2