How can we remove disk from zfs pool, i want to remove disk c0d3 zpool status datapool pool: datapool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM datapool ONLINE 0 0 0 c0d2 ONLINE 0 0 0 c0d3 ONLINE 0 0 0 I -- This message posted from opensolaris.org
On Wed, 5 Aug 2009, Ketan wrote:> How can we remove disk from zfs pool, i want to remove disk c0d3 >[snip] Currently, you can''t remove a vdev without destroying the pool. -- Andre van Eyssen. mail: andre at purplecow.org jabber: andre at interact.purplecow.org purplecow.org: UNIX for the masses http://www2.purplecow.org purplecow.org: PCOWpix http://pix.purplecow.org
On Aug 5, 2009, at 8:50 AM, Ketan <no-reply at opensolaris.org> wrote:> How can we remove disk from zfs pool, i want to remove disk c0d3 > > zpool status datapool > pool: datapool > state: ONLINE > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > datapool ONLINE 0 0 0 > c0d2 ONLINE 0 0 0 > c0d3 ONLINE 0 0 0You can''t in that non-redundant pool. Copy data off, destroy and re-create. -Ross