zfs-discuss-bounces at opensolaris.org wrote on 01/29/2007 03:45:58 PM:
> I attempted to increase my zraid from 2 disks to 3, but it looks
> like I added the drive outside of the raid:
>
> # zpool list
>
> NAME SIZE USED AVAIL CAP HEALTH ALTROOT
> amber 1.36T 879G 516G 63% ONLINE -
> home 65.5G 1.30M 65.5G 0% ONLINE -
> root at random:/export/home/michael#
> root at random:/export/home/michael# zpool status
> pool: amber
> state: ONLINE
> scrub: none requested
> config:
>
> NAME STATE READ WRITE CKSUM
> amber ONLINE 0 0 0
> raidz1 ONLINE 0 0 0
> c1d0 ONLINE 0 0 0
> c0d0 ONLINE 0 0 0
> c4d0 ONLINE 0 0 0
>
> errors: No known data errors
>
>
> I can''t even seem to get rid of c4d0, I have not written anything
to
> "amber" since adding c4d0. Any suggestions on how to remove it
and
> re add it correctly?
>
Sure, just run: zpool evacuate amber c4t0. =) Sorry. This was just in
a few threads here, you will need to dump your data to tape (or another
disk), destroy your pool and then recreate it.