Thread (4 messages) 4 messages, 4 authors, 2013-10-25

Re: Enable SCTERC in the kernel?

From: Piergiorgio Sartor <hidden>
Date: 2013-10-25 16:29:33

On Fri, Oct 25, 2013 at 09:42:52PM +1100, NeilBrown wrote:
On Fri, 25 Oct 2013 11:51 +0300 Dag Nygren [off-list ref] wrote:
quoted
Hi all!

Just run into the standard problem by not having SCTERC enabled
for my drives due to a spelling mistake in my rc.local script
setting the parameters and started wondering:

- What if the md module automatically set this during assembly
of the RAID? - In the kernel module itself. It could always set it,
if the set failed we could spit out a kernel warning that the used
drive might not be the best as a RAID device. Would there be any ill
effects from this?
- And ditto for the device time-out.

This would definitely make md work a lot better for people. I have a
strange feeling that most don't know the parameter needs setting...
I don't think it is appropriate for the kernel to automatically set such
things.  However it might be appropriate for mdadm to do it when assembling
or creating the array.
Actually, IMHO, "mdadm" should trigger an exernal
event, which, consequently, runs a script.

This is already in place, somehow, using "udev".

From a post, on this mailing list, of Sam Bingner:

I have written a simple udev rule calling a bash script to set the timeouts on all connected devices.
I would like to a) provide this to anybody who feels they may need it and b) know if anybody sees any
potential issues with this.
It seems to work fine for me over a couple reboots...

contents of udev rule:
ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", RUN+="/usr/local/bin/settimeout"

contents of /usr/local/bin/settimeout:
#!/bin/bash

[ "${ACTION}" == "add" ] && {
        /usr/sbin/smartctl -l scterc,70,70 ${DEVNAME} || echo 180 > /sys/${DEVPATH}/device/timeout
}

I guess, what is missing, is to connect the HDDs
with a specific "mdadm" event, instead of running
for each HDD.
I'm not sure if this is already possible, since
some "udev" rules for "md" are already existing.

bye,

pg
I'm happy to review and  possibly accept patches.

NeilBrown


-- 

piergiorgio
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help