Summary:
I'm doing something wrong here but not sure what.  Put a 250gb and
500gb disk into zpool but only 229gb is available

I have a 250 gb disk and a 500gb disk installed and configured as
raidz1. both have efi labels when viewed with format/fdisk.

fdisk c3d1:
        Total disk size is 30401 cylinders
        Cylinder size is 16065 (512 byte) blocks

                                          Cylinders
 Partition   Status    Type          Start   End   Length    %
 =========   ======    ============  =====   ===   ======   ===
     1                 EFI               0  30401    30402    100

fdisk c4d0:
        Total disk size is 60800 cylinders
        Cylinder size is 16065 (512 byte) blocks

                                          Cylinders
 Partition   Status    Type          Start   End   Length    %
 =========   ======    ============  =====   ===   ======   ===
     1                 EFI               0  60800    60801    100


After creating the zpool with:
zpool create zbk raidz1 c3d1(250gb) c4d0(500gb) (with no errors)

  zpool status zbk
   pool: zbk
  state: ONLINE
  scrub: none requested
 config:

        NAME        STATE     READ WRITE CKSUM
        zbk         ONLINE       0     0     0
          raidz1    ONLINE       0     0     0
            c3d1    ONLINE       0     0     0
            c4d0    ONLINE       0     0     0

 errors: No known data errors


But then df -h shows only 229gb available

 df -h /zbk
 Filesystem            Size  Used Avail Use% Mounted on
 zbk                   229G   22K  229G   1% /zbk


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

Reply via email to