On Fri, 2008-05-23 at 13:45 -0700, Orvar Korvar wrote:
> Ok, so i make one vdev out of 8 discs. And I combine all vdevs into one large 
> zpool? Is it correct?
> 
> I have 8 port SATA card. I have 4 drives into one zpool.

zpool create mypool raidz1 disk0 disk1 disk2 disk3

you have a pool consisting of one vdev made up of 4 disks.

>  That is one vdev, right? Now I can add 4 new drives and make them
> into one zpool.

you could do that and keep the pool separate, or you could add them as a
single vdev to the existing pool:

zpool add mypool raidz1 disk4 disk5 disk6 disk7

                                - Bill


_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to