Can't add my new drive

zucc

Cadet
Joined
Oct 13, 2020
Messages
2
Hello,

I need some help.

My System is a Fujitsu Esprimo E7935 E-Stars with a Intel Core2 Duo E8500 @ 3.16GHz and 7830MB RAM (hope this counts as 8 GB). I had it running perfectly with freenas 11.1 for some months with a Western digital 250 GB 3,5 inch drive and 2 500GB 2,3 inch drives from seagate and toshiba. Now I wanted to add a Seagate 4 TB Ironwolf NAS drive, but It doesn't work. When I try to create a new Volume with the volume manager, it opens a window with this error-message:


Request Method:POST
Request URL:
Software Version:FreeNAS-11.1-RELEASE (dc7d195f4)
Exception Type:ClientException
Exception Value:NOT NULL constraint failed: storage_disk.disk_passwd
Exception Location:/usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 394
Server time:Di, 13 Okt 2020 18:25:41 +0200

Traceback


Environment: Software Version: FreeNAS-11.1-RELEASE (dc7d195f4) Request Method: POST Request URL: http://192.168.178.103/storage/volumemanager/ Traceback: File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 42. response = get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response 249. response = self._get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response 178. response = middleware_method(request, callback, callback_args, callback_kwargs) File "./freenasUI/freeadmin/middleware.py" in process_view 162. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "./freenasUI/storage/views.py" in volumemanager 148. if form.is_valid() and form.save(): File "./freenasUI/storage/forms.py" in save 298. notifier().create_volume(volume, groups=grouped, init_rand=init_rand) File "./freenasUI/middleware/notifier.py" in create_volume 752. vdevs = self.__prepare_zfs_vdev(vgrp['disks'], vdev_swapsize, encrypt, volume) File "./freenasUI/middleware/notifier.py" in __prepare_zfs_vdev 687. swapsize=swapsize) File "./freenasUI/middleware/notifier.py" in __gpt_labeldisk 365. c.call('disk.sync', devname) File "./freenasUI/middleware/notifier.py" in __gpt_labeldisk 365. c.call('disk.sync', devname) File "/usr/local/lib/python3.6/site-packages/middlewared/client/client.py" in call 394. raise ClientException(c.error, c.errno, c.trace, c.extra) Exception Type: ClientException at /storage/volumemanager/ Exception Value: NOT NULL constraint failed: storage_disk.disk_passwd


Request information
GET
No GET data
POST

VariableValue
__all__''
volume_name'Bib'
layout-__all__''
layout-TOTAL_FORMS'1'
layout-INITIAL_FORMS'0'
layout-0-vdevtype'stripe'
layout-0-disks'ada3'
__form_id'dijit_form_Form_0'
FILES
No FILES data
COOKIES

VariableValue
csrftoken'QGmosAXzAojY7UXsphke2nET2jHGUpKjFcTbMNkcG8pvfZbQcHUMMVFPLsByzI1t'
fntreeSaveStateCookie'root%2Croot%2F1%2Croot%2F59%2Croot%2F1%2F2%2Croot%2F59%2F60%2Croot%2F61%2F62%2F67%2Croot%2F61%2F62%2F63%2Croot%2F99%2Croot%2F99%2F103%2Croot%2F61%2Croot%2F99%2F110%2Croot%2F134%2Croot%2F99%2F109%2Croot%2F61%2F62%2Croot%2F10%2Croot%2F11'
sessionid'2c41l1woh5y4fg4sgyp32pnp6nnyzt1g'
META

VariableValue

I hope someone can help me or at least tell me whats wrong, because I have no idea.:frown:
I am pretty new to freenas and never posted in a forum before, so please be nice and tell me if I missed something or did something wrong

thank you very much for your help :smile:

zucc
 

JaimieV

Guru
Joined
Oct 12, 2012
Messages
742
I'd suggest updating to 11.3 and trying again. It certainly should work.
 

zucc

Cadet
Joined
Oct 13, 2020
Messages
2
I'd suggest updating to 11.3 and trying again. It certainly should work.
That seemed a bit random to me, because I suggested, it is a hardware issue.
But you were right, I googled a bit on that before upgrading and it seemes like there was a bug, which was fixed some versions ago.

Thanks for your help, now it works. :smile:

zucc
 

JaimieV

Guru
Joined
Oct 12, 2012
Messages
742
Great!

The bit that made me suggest it was this - definitely a software error in the GUI.
Exception Value:NOT NULL constraint failed: storage_disk.disk_passwd
 
Top