Editing existing zvol shows blank info (11.2-RC2)

Status
Not open for further replies.

SheeEttin

Cadet
Joined
Sep 8, 2018
Messages
2
I'm having a weird issue where when trying to edit my one existing zvol, the edit page shows blank: https://i.imgur.com/xc52aJe.png

I tried creating another test zvol, and that one shows the correct info when I edit it. This pool was originally created on 9.something, then I installed 11.something over it, and upgraded to 11.2-RC2. Pretty sure it was working properly before 11.2-RC1 at least. It looks normal (I think, anyway) in the CLI.

I tried expanding it from the GUI by 1 GB to see if that fixed it, but there was no change.

Thoughts? Anything I should try? More info I can provide?

Code:
root@freenas[~]# zpool list
NAME		   SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG	CAP  DEDUP  HEALTH  ALTROOT
freenas-boot   111G  1.51G   109G		-		 -	  -	 1%  1.00x  ONLINE  -
vol1		  7.25T  2.81T  4.44T		-		 -	 4%	38%  1.00x  ONLINE  /mnt
Code:
root@freenas[~]# zfs list
NAME													USED  AVAIL  REFER  MOUNTPOINT
freenas-boot										   1.51G   106G	64K  none
freenas-boot/ROOT									  1.50G   106G	29K  none
freenas-boot/ROOT/11.2-RC2							 1.50G   106G   757M  /
freenas-boot/ROOT/Initial-Install						 1K   106G   778M  legacy
freenas-boot/ROOT/default							   250K   106G   778M  legacy
vol1												   3.39T  8.84G  1.36T  /mnt/vol1
vol1/.system										   43.2M  8.84G  1.78M  legacy
vol1/.system/configs-2272cbf872134cd4ab2b960f79d0a321  3.41M  8.84G  3.41M  legacy
vol1/.system/configs-c6df7f068c2c4171917a68f70a853917  4.14M  8.84G  4.14M  legacy
vol1/.system/cores									  732K  8.84G   732K  legacy
vol1/.system/rrd-2272cbf872134cd4ab2b960f79d0a321	  18.8M  8.84G  18.8M  legacy
vol1/.system/rrd-c6df7f068c2c4171917a68f70a853917	  12.4M  8.84G  12.4M  legacy
vol1/.system/samba4									 180K  8.84G   180K  legacy
vol1/.system/syslog-2272cbf872134cd4ab2b960f79d0a321	651K  8.84G   651K  legacy
vol1/.system/syslog-c6df7f068c2c4171917a68f70a853917   1.05M  8.84G  1.05M  legacy
vol1/.system/webui									  128K  8.84G   128K  legacy
vol1/iocage											2.32G  8.84G  3.63M  /mnt/vol1/iocage
vol1/iocage/download									272M  8.84G   128K  /mnt/vol1/iocage/download
vol1/iocage/download/11.2-RELEASE					   272M  8.84G   272M  /mnt/vol1/iocage/download/11.2-RELEASE
vol1/iocage/images									  128K  8.84G   128K  /mnt/vol1/iocage/images
vol1/iocage/jails									   907M  8.84G   128K  /mnt/vol1/iocage/jails
vol1/iocage/jails/plex								  907M  8.84G   256K  /mnt/vol1/iocage/jails/plex
vol1/iocage/jails/plex/root							 907M  8.84G  1.70G  /mnt/vol1/iocage/jails/plex/root
vol1/iocage/log										 134K  8.84G   134K  /mnt/vol1/iocage/log
vol1/iocage/releases								   1.16G  8.84G   128K  /mnt/vol1/iocage/releases
vol1/iocage/releases/11.2-RELEASE					  1.16G  8.84G   128K  /mnt/vol1/iocage/releases/11.2-RELEASE
vol1/iocage/releases/11.2-RELEASE/root				 1.16G  8.84G  1.16G  /mnt/vol1/iocage/releases/11.2-RELEASE/root
vol1/iocage/templates								   128K  8.84G   128K  /mnt/vol1/iocage/templates
vol1/vol1											  2.03T  2.04T  81.4K  -
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
What Web Browser are you using? FireFox is the most compatable. Not saying that will fix the problem, it's just something to try.

Another issue you could be running into is your pool name is "vol1" and then you created a zvol with the exact same name "vol1". I'm not saying it's illegal but in the past there have been issues with naming like that. And I'm assuming you are specifically talking about missing the size of your data?

Have you tried to use the old GUI to see if the data looks correct? If the data does look correct then you should submit a bug report on the new GUI. If the data is still incorrect then are you sure it was correct on your previous FreeNAS version?

One possible solution, and I don't have a lot of Zvol experience so take this for what it's worth... Create a new Zvol and then move your data over to it and delete the old ZVol.
 

SheeEttin

Cadet
Joined
Sep 8, 2018
Messages
2
This was in Chrome. No change in Firefox.

I could have sworn I tried the legacy UI and saw the same behavior, but I just checked again and it shows correctly there. I was able to hit save there, but no change in the new UI. So I guess I'll submit a bug report.

While creating a new zvol would probably work, I don't think I have enough space to do that. The numbers don't make sense to me, but that's a separate issue.

Edit: interestingly, it shows NaN in Edge: https://i.imgur.com/xedYNgU.png

Edit2: https://redmine.ixsystems.com/issues/59640
 
Last edited:

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Sorry I didn't get back to you sooner, work has been very long. I couldn't believe I had to teach two electricians on how to wire up 3 phase delta power. Thier first attempt started melting wires. After my coaching it went well. They didn't grasp phase rotation and how the transformer coils electrically need to be going in the same direction. We got it figured out so I'm happy my 13 hour day is over.

Back on topic, I'm glad you submitted a bug report, it really helps the developers when people do that.

Cheers!
 
Status
Not open for further replies.
Top