Script That Shows ETA of RAID Rebuild / Reshape

Sun 28 June 2009 Category: Storage

I made a small script that converts the output of cat /proc/mdstat to an actual date and time telling you when the RAID rebuild / reshape is finished.

This is the link to the correct version of the script.

Example:

debian:~# ./raid-rebuild-eta.sh

Estimated time of finishing rebuild / reshape:
Mon Jun 29 00:45:07 CEST 2009

Comments