Active volumes not showing in the GUI

Status
Not open for further replies.
Joined
Aug 19, 2013
Messages
2
Hi,

Since 9.1.0 my active volumes are not showing, it's just keeps hanging on Loading...

the pool is just fine, everything works except they are not shown here. Funny thing is they are listed in the sidebar under the Storage->Volumes

I tried exporting the pool in the shell and re-importing it in the FreeNas GUI without luck, issue keeps

Any tricks to get this solved?

Thanks

Screen Shot 2013-08-19 at 21.06.11.png
 
D

dlavigne

Guest
Which browser and browser version? Does clearing the cache/cookies fix it?
 
Joined
Aug 19, 2013
Messages
2
Chrome, latest, just tried some other browsers, same issue.. I do see this message in the shell when I click on the Active Volumes

Aug 20 08:49:23 NAS manage.py: [common.pipesubr:57] Popen()ing: /usr/local/bin/warden list -v
Aug 20 08:50:07 NAS last message repeated 3 times

Not sure if it's related

Thanks
 

hrzbrg

Cadet
Joined
Feb 11, 2014
Messages
2
I didn't want to create a new thread here, but I got the same problem. I ignored it for several months now and thought it would fix itself via updates, but it didn't.
My NAS is a HP N36L with FreeNAS-9.2.0-RELEASE-x64 (ab098f4) running.
Code:
[root@casa-nas] ~# zfs list
NAME                                                      USED  AVAIL  REFER  MOUNTPOINT
pool                                                      1.12T  4.06T  953M  /mnt/pool
pool/PluginJail                                            605M  1.41G  605M  /mnt/pool/PluginJail
pool/PluginSoftware                                        395M  1.61G  395M  /mnt/pool/PluginSoftware
pool/casa                                                1.01T  4.06T  1023G  /mnt/pool/casa
pool/herzi                                                107G  917G  107G  /mnt/pool/herzi
pool/jails                                                1.36G  4.06T  139M  /mnt/pool/jails
pool/jails/.warden-template-9.1-RELEASE-amd64-pluginjail  984M  4.06T  984M  /mnt/pool/jails/.warden-template-9.1-RELEASE-amd64-pluginjail
pool/jails/bit_1                                          274M  4.06T  1.22G  /mnt/pool/jails/bit_1
pool/sven                                                18.3M  1024G  18.3M  /mnt/pool/sven
[root@casa-nas] ~# zpool status
  pool: pool
state: ONLINE
  scan: scrub repaired 0 in 1h34m with 0 errors on Sun Feb  2 01:34:45 2014
config:
 
    NAME                                            STATE    READ WRITE CKSUM
    pool                                            ONLINE      0    0    0
      raidz1-0                                      ONLINE      0    0    0
        gptid/bd5e5f2a-8e3f-11e1-afb6-68b59972ca5b  ONLINE      0    0    0
        gptid/bdfa7a88-8e3f-11e1-afb6-68b59972ca5b  ONLINE      0    0    0
        gptid/be91c9a5-8e3f-11e1-afb6-68b59972ca5b  ONLINE      0    0    0
        gptid/bf29fea0-8e3f-11e1-afb6-68b59972ca5b  ONLINE      0    0    0
 
errors: No known data errors
 
Joined
Apr 12, 2015
Messages
1
Am new to FreeNAS, I am having the same trouble. The volume never shows up in the GUI. Help me out please.
 
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Em new to free nas , I am having the same trouble . the volumes never shows up in the GUI . help me out please

Start by following the Forum Rules you so conveniently overlooked when you signed up. Don't expect any help if all you can say is "I have a problem and need help".
 

jryan82

Cadet
Joined
Jul 12, 2017
Messages
2
I have run into a similar issue, I had a degraded volume which needed a disk replaced (which I've done successfully) however, the volume does not show up in the GUI.

The volume in question is NFS300, and when I post out the status of this volume, it shows up, see output below:

Shell
Code:
[root@freenas00 ~]# zpool status NFS300																							
  pool: NFS300																													
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(7) for details.																			
  scan: resilvered 0 in 0h2m with 0 errors on Wed Jul 12 11:33:37 2017															
config:																															
																																	
		NAME											STATE	 READ WRITE CKSUM												
		NFS300										  ONLINE	   0	 0	 0												
		  raidz1-0									  ONLINE	   0	 0	 0												
			gptid/9797cfe3-a35c-11e5-bbbe-00505689fa58  ONLINE	   0	 0	 0												
			gptid/9906e5d2-a35c-11e5-bbbe-00505689fa58  ONLINE	   0	 0	 0												
			gptid/9a3732b9-a35c-11e5-bbbe-00505689fa58  ONLINE	   0	 0	 0												
		logs																														
		  da9										   ONLINE	   0	 0	 0												
																																	
errors: No known data errors																										
[root@freenas00 ~]#


A search for this issue led me to this post where I ran the SQL cleanup on the volume in question, but it made no changes

Output from sqlquery shows:
Code:
[root@freenas00 ~]# sqlite3 /data/freenas-v1.db "select * from storage_volume;"
5669748378765657267|CIF500||ZFS|0|2											
[root@freenas00 ~]#
 

Attachments

  • Screenshot at Jul 12 12-37-03.png
    Screenshot at Jul 12 12-37-03.png
    162.6 KB · Views: 466
Last edited by a moderator:
Status
Not open for further replies.
Top