What is the procedure to remove a disk from a ZFS pool and remove the EFI label ? klm -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20060119/4d074b88/attachment.html>
Hi, i?m also interrested in a answer, because i have the same problem. Please be kind. coco3 This message posted from opensolaris.org
OK, i have found the way to remove disk from zfs: # zpool detroy tank # format -e <choose disk to relabel> label 0 <for smi label> y q This message posted from opensolaris.org
Destroy the pool to remove a disk? -----Original Message----- From: zfs-discuss-bounces at opensolaris.org [mailto:zfs-discuss-bounces at opensolaris.org] On Behalf Of coco3 Sent: Monday, January 23, 2006 6:30 AM To: zfs-discuss at opensolaris.org Subject: [zfs-discuss] Re: How to remove disk OK, i have found the way to remove disk from zfs: # zpool detroy tank # format -e <choose disk to relabel> label 0 <for smi label> y q This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss at opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
> OK, > i have found the way to remove disk from zfs: > > # zpool detroy tank > # format -e > <choose disk to relabel> > label > 0 <for smi label> > y > qI know early-on there was issues where after doing this, VxVM would still not initalize the disk until after a reboot. Unfortuantely, since then I have not had any available systems to do further testing (had other things that needed to be tested). Anyone know if this is still the case? This message posted from opensolaris.org
If the disk is part of a mirror, you can use ''zpool detach'' to remove the disk. If it''s part of a RAID-Z vdev, you can replace it (but not remove it) with ''zpool replace''. We do not support removing a toplevel device, yet. It''s on our list - see the ZFS FAQ. - Eric On Thu, Jan 19, 2006 at 03:20:58PM -0600, Morgan, Ken L [IT] wrote:> What is the procedure to remove a disk from a ZFS pool and remove the > EFI label ?-- Eric Schrock, Solaris Kernel Development http://blogs.sun.com/eschrock
> I know early-on there was issues where after doing > this, VxVM would still not initalize the disk until > after a reboot.To reinitiate the disk in VxVm: <after relabel the disk:> # drvconfig; disks # vxdctl enable # vxdiskadm <add more disk...etc...> This message posted from opensolaris.org