When creating raidz pool out of n disks where n =>2 pool size will get a size
of the smallest disk multiplied by n:

# zpool create -f newpool raidz c1t12d0 c1t10d0 c1t13d0
# zpool list
NAME                    SIZE    USED   AVAIL    CAP  HEALTH     ALTROOT
newpool                 139G    141K    139G     0%  ONLINE     -

c1t10d0 <SEAGATE-ST150176LW-0002-46.58GB>
c1t12d0 <SEAGATE-ST1181677LWV-0002-169.09GB>
c1t13d0 <SEAGATE-ST3146807LW-0004-136.73GB>

SIZE should be 351GB and not 139GB. What happend to the rest of the space?
I have Solaris 10 06/06 patched with all patches.

Looks like if you have to use the same size of disks for raidz. 

borut.
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to