From d7dc60b0a7a735476bf6e4ce123861aea2671fe0 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras <evangelos@foutrelis.com> Date: Tue, 7 Mar 2023 20:20:33 +0200 Subject: [PATCH] common: smartd.conf: disable long self-tests The disks on gemini show increased write latency every now and then, and this appears to correlate with when long self-tests are running. Fixes #498 --- roles/common/files/smartd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/smartd.conf b/roles/common/files/smartd.conf index a5c90d218..9cce09740 100644 --- a/roles/common/files/smartd.conf +++ b/roles/common/files/smartd.conf @@ -1 +1 @@ -DEVICESCAN -s (S/../.././02|L/../../6/03) +DEVICESCAN -s S/../.././02 -- GitLab