[zfs-discuss] Expanding a raidz vdev in zpool

2012-12-30 Thread Curtis Schiewek
Hello All, I have a zpool that consists of 2 raidz vdevs (raidz1-0 and raidz1-1). The first vdev is 4 1.5TB drives. The second was 4 500GB drives. I replaced the 4 500GB drives with 4 3TB drives. I replaced one at time, and resilvered each. Now the process is complete, I expected to have an

Re: [zfs-discuss] Expanding a raidz vdev in zpool

2012-12-30 Thread Dan Swartzendruber
Did you set the autoexpand property?___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Expanding a raidz vdev in zpool

2012-12-30 Thread Curtis Schiewek
I set it after I replaced and resilvered the drivers, but before I did the export/import. On Sun, Dec 30, 2012 at 6:27 PM, Dan Swartzendruber dswa...@druber.comwrote: Did you set the autoexpand property? ___ zfs-discuss mailing list

Re: [zfs-discuss] Expanding a raidz vdev in zpool

2012-12-30 Thread Jimmy Olgeni
On 12/31/2012 00:22, Curtis Schiewek wrote: I did an export and import, which I have read might be required before you'd see the extra space, but that still hasn't happened? Same here - I had to run zpool online -e my_pool my_device for each device, then the new space came up. -- jimmy

Re: [zfs-discuss] Expanding a raidz vdev in zpool

2012-12-30 Thread Curtis Schiewek
Thanks Jimmy, worked like a charm! On Sun, Dec 30, 2012 at 7:07 PM, Jimmy Olgeni olg...@olgeni.com wrote: On 12/31/2012 00:22, Curtis Schiewek wrote: I did an export and import, which I have read might be required before you'd see the extra space, but that still hasn't happened? Same