Say I have a raidz of 3 disks: ad4 ad6 ad8 I want to tell zfs that I am pulling ad4 and replacing it with a new disk on the same controller, but I can't get it to release its hold on ad4.
[EMAIL PROTECTED]:/home/matt]# zpool offline pond ad4 Bringing device ad4 offline [EMAIL PROTECTED]:/home/matt]# zpool replace pond ad4 cannot replace ad4 with ad4: ad4 is busy 'remove' and 'detach' are only useful for inactive spares and mirrors/vdevs respectively. In practice I am likely to have an empty SATA port, but I would like to figure out how to replace in place too--what's the trick? (This is on freebsd 7, by the way.) This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss