Upgraded from 6x4TB > 6x14TB raidz2 but usable storage is low?

Mugiwaraya

Cadet
Joined
Jan 2, 2017
Messages
9
Hi,

Just today I finished my transition from 6x4TB raidz2 to 6x14TB raidz2 expecting a massive jump in capacity. To my shock I have exactly half the storage available according to TrueNAS. It says 42.77TiB which translates to 47TB while I should have 56TB according to the ZFS calculator (https://raidcalculators.com/zfs-raidz-capacity.php). So I'm missing a good 10TB basically.

Can someone please explain what's going wrong? I would greatly appreciate it. Thanks in advance.

Regards,

Mugiwaraya
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Post the output of zpool status in code tags.
 

Mugiwaraya

Cadet
Joined
Jan 2, 2017
Messages
9
Post the output of zpool status in code tags.
Code:
Last login: Wed Nov 24 14:51:46 on pts/7
FreeBSD 12.2-RELEASE-p10 b26f74b5984(HEAD) TRUENAS

        TrueNAS (c) 2009-2021, iXsystems, Inc.
        All rights reserved.
        TrueNAS code is released under the modified BSD license with some
        files copyrighted by (c) iXsystems, Inc.

        For more information, documentation, help or support, go here:
        http://truenas.com
Welcome to FreeNAS

Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.

root@freenas[~]# zpool status
  pool: STORAGE
 state: ONLINE
status: One or more devices has experienced an unrecoverable error.  An
        attempt was made to correct the error.  Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
        using 'zpool clear' or replace the device with 'zpool replace'.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
  scan: resilvered 3.18T in 04:52:46 with 0 errors on Wed Nov 24 15:33:16 2021
config:

        NAME                                                STATE     READ WRITE CKSUM
        STORAGE                                             ONLINE       0     0     0
          raidz2-0                                          ONLINE       0     0     0
            gptid/77e04f79-4c13-11ec-9276-7085c262d57f.eli  ONLINE       0     0     0
            gptid/8a6947a7-4c9e-11ec-9276-7085c262d57f.eli  ONLINE       0     0     0
            gptid/ce8cb512-4d55-11ec-a11c-7085c262d57f.eli  ONLINE       0     0     1
            gptid/dfb07a15-4d55-11ec-a11c-7085c262d57f.eli  ONLINE       0     0     0
            gptid/0b17bf60-4c7a-11ec-9276-7085c262d57f.eli  ONLINE       0     0     0
            gptid/41bdfbb1-4c7a-11ec-9276-7085c262d57f.eli  ONLINE       0     0     0

errors: No known data errors

  pool: freenas-boot
 state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
        still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not support
        the features. See zpool-features(5) for details.
  scan: scrub repaired 0B in 00:00:27 with 0 errors on Thu Nov 18 03:45:27 2021
config:

        NAME    
 
Top