Extended Pool new storage not showing up in GUI or windows mapped drive

Laguz

Cadet
Joined
May 8, 2020
Messages
6
I added four 500gb drives to my pool creating a new vdev using the web ui GUI extend button it said it finished with no issues. but my pool didn't increase in storage both vdevs are in raidz1 and the expanded size shows up in zpool list just not in the gui and shares.

Code:
root@freenas[~]# zpool list
NAME           SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
LokiNet1      12.7T  3.96T  8.71T        -         -     0%    31%  1.00x  ONLINE  /mnt
freenas-boot  29.5G  4.00G  25.5G        -         -     0%    13%  1.00x  ONLINE  -
root@freenas[~]


anyway to try and fix this? i've googled and searched the forum for a few hours and haven't found anything that helps yet.


pool gui.png
map share.png
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Try clearing your browser cache?
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
shows up in zpool list just not in the gui
zpool list and the GUI will always show different numbers when using parity RAID (i.e., RAIDZn)--the number in the GUI accounts for parity, while zpool list doesn't. Odds are, then, that the GUI is showing correct information. What's the output of zpool status, and what are the sizes of all your disks?
 

Laguz

Cadet
Joined
May 8, 2020
Messages
6
zpool list and the GUI will always show different numbers when using parity RAID (i.e., RAIDZn)--the number in the GUI accounts for parity, while zpool list doesn't. Odds are, then, that the GUI is showing correct information. What's the output of zpool status, and what are the sizes of all your disks?
The first Vdev I setup is four 3tb drives, the second vdev i added is four 500gb drives.
here is the output for zpool list
Code:
root@freenas[~]# zpool status
  pool: LokiNet1
 state: ONLINE
  scan: resilvered 4.10M in 0 days 00:00:15 with 0 errors on Fri May  8 04:36:23 2020
config:

        NAME                                            STATE     READ WRITE CKSUM
        LokiNet1                                        ONLINE       0     0 0
          raidz1-0                                      ONLINE       0     0 0
            gptid/ae2718ed-83f7-11ea-8ff7-e840f2d1e545  ONLINE       0     0 0
            gptid/ae30fc20-83f7-11ea-8ff7-e840f2d1e545  ONLINE       0     0 0
            gptid/ae3b3530-83f7-11ea-8ff7-e840f2d1e545  ONLINE       0     0 0
            gptid/aed1d994-83f7-11ea-8ff7-e840f2d1e545  ONLINE       0     0 0
          raidz1-1                                      ONLINE       0     0 0
            gptid/093630e3-8498-11ea-9ab5-e840f2d1e545  ONLINE       0     0 0
            gptid/0a284b21-8498-11ea-9ab5-e840f2d1e545  ONLINE       0     0 0
            gptid/0a4e2536-8498-11ea-9ab5-e840f2d1e545  ONLINE       0     0 0
            gptid/0a55b43c-8498-11ea-9ab5-e840f2d1e545  ONLINE       0     0 0

errors: No known data errors

  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:01:43 with 0 errors on Thu May  7 03:46:43 2020
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          da12p2    ONLINE       0     0     0

errors: No known data errors
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
put the vdevs in separately then combine the results?
Correct--AFAIK, this calculator doesn't directly support multiple vdevs.
 
Top