From 54328bcfb1193cbe34a797f12ad08fb09ce2ec67 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 11 Mar 2021 13:41:05 +0100 Subject: [PATCH] mxraid: Use /usr/bin/mdcheck.safe Use variant of mdcheck which is supposed to work arpound the "md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition" bug. --- mxraid/crond-mdcheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mxraid/crond-mdcheck b/mxraid/crond-mdcheck index 09099b3..4da0f51 100644 --- a/mxraid/crond-mdcheck +++ b/mxraid/crond-mdcheck @@ -1,2 +1,2 @@ -# 0 2 23 * * root /usr/bin/mdcheck --duration "06:00" -# 0 2 1-22,24-31 * * root /usr/bin/mdcheck --continue --duration "06:00" +# 0 2 23 * * root /usr/bin/mdcheck.safe --duration "06:00" +# 0 2 1-22,24-31 * * root /usr/bin/mdcheck.safe --continue --duration "06:00"