Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2011 16:00:45 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Christer Solskogen <christer.solskogen@gmail.com>
Cc:        "O. Hartmann" <ohartman@mail.zedat.fu-berlin.de>, freebsd-questions@freebsd.org
Subject:   Re: FreeBSD 9/ZFS: Striped Pool (2 disks) migrating to mirror (onto additional disk)
Message-ID:  <20110126220045.GO75125@dan.emsphone.com>
In-Reply-To: <AANLkTimJwT6pShtC2c-O2=a=78LBB8%2Bm=WoFQXTkOqk9@mail.gmail.com>
References:  <4D3FDE82.4000105@mail.zedat.fu-berlin.de> <AANLkTi=udjU-MKEU%2BAHU2DyyLL3sMVcKbT3WsLGW7YTN@mail.gmail.com> <20110126195800.GM75125@dan.emsphone.com> <AANLkTimgbVvsFjc-FSdSoKe3cC6uNYNavvL1-WaCRSn4@mail.gmail.com> <20110126204233.GN75125@dan.emsphone.com> <AANLkTimJwT6pShtC2c-O2=a=78LBB8%2Bm=WoFQXTkOqk9@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jan 26), Christer Solskogen said:
> On Wed, Jan 26, 2011 at 9:42 PM, Dan Nelson <dnelson@allantgroup.com> wrote:
> > ZFS lets you add and detach mirrors on the fly, since you're not
> > changing the capacity of the pool itself.   Sure, you're going to lose
> > the contents of the large 2TB drive, but that's sort of assumed.   You
> > can't convert 4TB of non-mirrored disks into 2TB of mirrored disks
> > without losing 2TB of space.  Just make sure you have less than 2TB
> > total used data on all volumes, and copy the data off the 2TB filessytem
> > onto the striped 1+1TB one before repartitioning and adding the mirrors.
> >
> >  zpool attach [-f] pool device new_device
> 
> The problem is that you cant attach a drive to a vdev that consists of two
> striped disks.

We may have to defer back to Oliver to see exactly how his disks are set up
("zpool status pool1" and "pool2" would be nice), but if he did two "zpool
add" commands, he has two independant vdevs in one zpool, and he can mirror
each of them with a "zpool attach" command.  ZFS doesn't have a "stripe"
vdev type.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110126220045.GO75125>