diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-06-14 15:20:25 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-06-14 15:20:25 +0200 |
commit | 5afaf12a999b1c0c153c8e3620321a23b5506674 (patch) | |
tree | 8fdff20ebc0da6aba1e1124464908962c7624d6d /raid-check | |
parent | 8d4c36cccdedc9889b071bf5ec46980afb4a6dfd (diff) | |
download | bin-5afaf12a999b1c0c153c8e3620321a23b5506674.tar.gz bin-5afaf12a999b1c0c153c8e3620321a23b5506674.tar.xz |
add some new files; misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'raid-check')
-rwxr-xr-x | raid-check | 5 |
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 |