On May 20, 2010, at 4:46 AM, Edward Ned Harvey wrote: >> 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
Please don't do this. ZFS identifies disks by their GUID, not their pathname. ZFS has recognized that the new disk with path c7t2d0 is different than the old disk at that path. This is a very common scenario. Once the replacement is complete, then the old disk will be forgotten. -- richard > > 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 -- ZFS and NexentaStor training, Rotterdam, July 13-15, 2010 http://nexenta-rotterdam.eventbrite.com/ _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss