zpool shows space of all underlying disks - so a 5 x 100gb raidz2 would show
as 500gb. However, only 300gb is usable from filesystem perspective, so zfs
list and df will consider this a 300gb volume.
On 6/14/07, Ronny Kopischke <[EMAIL PROTECTED]> wrote:

Hi,

after creation of a raidz2 pool with

# zpool create -f mypool raidz2 c1t1d0 c1t2d0 c1t3d0 c1t4d0 c1t5d0

the commands zpool list and df showing different sizes for the created fs

# zpool list
NAME                    SIZE    USED   AVAIL    CAP  HEALTH     ALTROOT
mypool                  340G    194K    340G     0%  ONLINE     -

# df -h
mypool                 199G    43K   199G     1%    /mypool

What can explain this?
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to