Wow, Kappy; that paste from Adaptec's website (I assume) is totally off topic.
Back to the original topic:
Does anyone know if there is a way to change the "Automatically rebuild RAID mirror sets" setting on an OS X RAID1 mirror after it has already been running?
Kappy says "No, it must be onfigured when the array is set up." This is incorrect.
To answer my own question:
I was doing "man diskutil" today, and ran across this:
appleRAID raidVerb [...]
update key value raidVolume
Update the key value parameters of an existing RAID set. Valid keys are:
o AutoRebuild - If true, the system attempts to rebuild degraded mirrored
volumes automatically. When looking for devices for rebuild, AppleRAID
first looks for hot spares and then degraded members. Use a value of "1"
for true and "0" for false.
o SetTimeout - Controls how long the system waits (in seconds) for a missing
device before degrading a mirrored raid set. Also controls the amount of
time you have to disconnect all devices from an unmounted mirror without
degrading it.
So I did:
diskutil appleRAID list
which showed that my RAID 1 is "disk2"
and Rebuild: manual
Then I did:
diskutil appleRAID update AutoRebuild 1 disk2
diskutil appleRAID list
now Rebuild: automatic
Problem solved.
Some advice, if I may: When posting on a discussion; quality is more valuable than quantity. If you don't know the answer, don't answer at all. There's a lot of off topic info in your posts -- which may be useful to folks new to RAID -- but none of it was pertinent to the topic.