On Mon, Apr 25, 2011 at 4:56 PM, Lamp Zy <lam...@gmail.com> wrote:
> I'd expect the spare drives to auto-replace the failed one but this is not
> happening.
>
> What am I missing?

Is the autoreplace property set to 'on'?
# zpool get autoreplace fwgpool0
# zpool set autoreplace=on fwgpool0

> I really would like to get the pool back in a healthy state using the spare
> drives before trying to identify which one is the failed drive in the
> storage array and trying to replace it. How do I do this?

Turning on autoreplace might start the replace. If not, the following
will replace the failed drive with the first spare. (I'd suggest
verifying the device names before running it.)
# zpool replace fwgpool0 c4t5000C5001128FE4Dd0 c4t5000C50014D70072d0

-B

-- 
Brandon High : bh...@freaks.com
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to