Disk missing in webCLI compared to shell

kufra

Cadet
Joined
Aug 10, 2021
Messages
2
Hi,

My bootdisk just died. So i went on and reinstalled Truenas Core 12v5 on a fresh SSD.
I had a backup config file that i loaded in. Everything seem ok and pools are healthy.

The issue i have is that not all disks are shown in the webCLI. If i do "zpool status tank" pool is valid and ok. But i have a mix of gptid and generic device names.

My setup:
* TrueNAS-12.0-U5
* MB: Supermicro X10SL7-F
* CPU: i3-4130T
* RAM: 32gb ECC
* 2x ssd for VM storage
* 8x 2tb disks for generic storage


I think i have done some misconfiguration with my disks or pool.

1. Are zfs disks really supposed to have partition names?
(see pictures below) da0 does not show in webCLU at all, da4 and da7 shows but not connected to pool according to webCLI.
Does this mean i have some disks used raw and some used by partition?

I tried this from another thread but that did not change anything:
Code:
zpool import tank -d /dev/gptid/


2. webCLI and zpool does match, but when i first booted up after configuration loaded truenas compained about primary partition table not being available. Is this an issue?


//KufrA


1628604935484.png


1628604511136.png


Code:
  pool: tank
 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: resilvered 1.36T in 1 days 19:36:07 with 0 errors on Thu Jul 15 13:27:27 2021
config:

        NAME                                            STATE     READ WRITE CKSUM
        tank                                            ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            da0                                         ONLINE       0     0     0
            gptid/9d19c650-8150-11e8-8f76-0cc47a692412  ONLINE       0     0     0
            gptid/a6f3d36d-535b-11e6-91b2-0cc47a692412  ONLINE       0     0     0
            gptid/2a2ca295-e3f2-11eb-abc0-0cc47a692412  ONLINE       0     0     0
            da4                                         ONLINE       0     0     0
            gptid/1cc41fd2-b2d9-11e9-a1e0-0cc47a692412  ONLINE       0     0     0
            gptid/1b856e99-0f60-11e8-b78b-0cc47a692412  ONLINE       0     0     0
            da7                                         ONLINE       0     0     0
 
Top