On 14/11/14 11:05, Patrick Gautschi wrote:
# hddtemp /dev/sd[bcdef]
/dev/sdb: SAMSUNG HD103UJ: drive is sleeping
/dev/sdc: WDC WD10EZEX-22RKKA0: drive is sleeping
/dev/sdd: ST1000DM003-9YN162: drive is sleeping
/dev/sde: SAMSUNG HD103SJ: drive is sleeping
/dev/sdf: WDC WD10EZEX-22RKKA0: drive is sleeping
Different disks; looks like desktop types.
That means something else is waking up those disks. To verify
this use something like:
FS are not mounted and arrays stopped. There is nothing that wakes them up.
If a switch them off manually with hdparm -Y they stay off.
Are you polling them with smartmontools? I have a unit here where I had
to add the "standby" :
DEVICESCAN -s (L/../../7/07|S/../../[1-6]/00) -n standby,q -m root -M
exec /usr/share/smartmontools/smartd-runner
.. clause in smartd.conf. This ensures smartd does not wake the disk
every 15 minutes for it's poll, and only polls if the drive is already
spinning.
Failing that, I'd put it to sleep and it'd wake up on the next 15
minutes smart poll.
Regards,
Brad
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html