Does 6.2 still have the issue with drive spin-up and spin-down mis-reporting after waking from sleep.  About to make the jump from 6.1.9 and have been using the following command after wake for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do /usr/local/sbin/mdcmd spindown $disknum; done   just wondering if this is still required?