> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Philippe
> 
>               c7t2d0s0/o  FAULTED      0     0     0  corrupted data
> 
> When I've done the "zpool replace", I had to add "-f" to force, because
> ZFS told that these was a ZFS label on the disk, and that vdevs where
> not ok...
> How to get rid of this, and get a normal "c7t2d0" ??

There's more than one way, but this should work:
        zpool create trashpooljunk c7t2d0
        zpool destroy trashpooljunk

        and then repeat your zpool replace

Also, since you've got "s0" on there, it means you've got some partitions on
that drive.  You could manually wipe all that out via format, but the above
is pretty brainless and reliable.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to