summaryrefslogtreecommitdiff
path: root/mdstat
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-10-09 20:44:15 +0100
committerPatrick Simianer <p@simianer.de>2014-10-09 20:44:15 +0100
commitca41eddfdc979955105cce572e659941544d6f6d (patch)
treebf446902e8323e58c6fc14dce808b9719da7d3f6 /mdstat
parent0aae427eb3838297f6e204c2961739ef834762cf (diff)
alles neu macht der mai
Diffstat (limited to 'mdstat')
-rwxr-xr-xmdstat6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdstat b/mdstat
deleted file mode 100755
index fc86d3a..0000000
--- a/mdstat
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/zsh
-
-S=$(awk '/^md/ {printf "%s: ", $1}; /blocks/ {print $NF}' </proc/mdstat)
-STATUS=$(echo $S | cut -d" " -f2)
-if [[ $STATUS != "[UUUU]" ]]; then logger "[mdstat warning] $S"; fi
-