On Wed, 02 Sep 2009 10:44:40 PDT, rarok <raroki...@gmail.com> wrote: > Blake <blake.ir...@gmail.com> wrote:
> > Have you looked at the 'add' section of the zpool > > manpage? You can add another vdev, provided it > > provides similar parity, something like: > > > > zpool add data raidz2 c4t14d0 c4t15d0 c5t12d0 c5t13d0 c5t14d0 > > > > which I did a few weeks ago. Here, I had a raidz2 pool > > called 'data' made up of 5 disks. I added another 5 > > disks also configured as raidz2 with this command. > With that you add another raidz to the pool but > you don't enlarge the zpool. Yes, he enlarged the pool. The existing vdev (the first set of disks) is still there and he added another vdev (a second set of disks, in raidz2 configuration) to the pool. So, the pool is certainly bigger. > I think that the word is that you can't > change the geometry of a created raidz. That's not fully true. You can replace every disk in vdev (mirror, raidz, raidz2) by a bigger one, one by one, resilvering after every replacement, and grow the existing vdev, thus growing the pool while keeping hte same configuration. -- ( Kees Nuyt ) c[_] _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss