summaryrefslogtreecommitdiffstats
path: root/raid-check
diff options
context:
space:
mode:
Diffstat (limited to 'raid-check')
-rwxr-xr-xraid-check5
1 files changed, 5 insertions, 0 deletions
diff --git a/raid-check b/raid-check
new file mode 100755
index 0000000..2b7f7f2
--- /dev/null
+++ b/raid-check
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for f in /sys/block/md*/md/sync_action; do
+ echo check > $f
+done