Someone wrote (I haven't seen the mail, only the unattributed quote):
My guess is unit conversion and rounding. Your pool
has 11 base 10 TB, which is 10.2445 base 2 TiB. Likewise your fs has 9 base 10 TB, which is 8.3819
 base 2 TiB.

Not quite.
11 x 10^12 =~ 10.004 x (1024^4).

So, the 'zpool list' is right on, at "10T" available.

Duh, I was doing GiB math (y = x * 10^9 / 2^20), not TiB math (y = x * 10^12 / 2^40).

Thanks for the correction.

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

Reply via email to