Latest stable update issue

Status
Not open for further replies.

George51

Contributor
Joined
Feb 4, 2014
Messages
126
Morning,

Had an email with the latest update(FreeNAS-9.10-STABLE-201604181743), applied it, verified it, all functioned and worked as per normal.

I have an encrypted pool as well as a normal pool, unlocked the encrypted pool once the system had rebooted. Got the following error

Code:
Environment: Software Version: FreeNAS-9.10-STABLE-201604181743 (74ef270) Request Method: POST Request URL: https://192.168.1.52/storage/volume/1/unlock/?X-Progress-ID=0efd3fc5-f5d2-4ac4-820a-81e3921b9fc1 Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 105. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view 156. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 22. return view_func(request, *args, **kwargs) File "/usr/local/www/freenasUI/../freenasUI/storage/views.py" in volume_unlock 1128. form.done(volume=volume) File "/usr/local/www/freenasUI/../freenasUI/storage/forms.py" in done 2546. notifier().sync_encrypted(volume=volume) File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in sync_encrypted 4756. ed.encrypted_disk and ed.encrypted_disk.id != disk.id Exception Type: AttributeError at /storage/volume/1/unlock/ Exception Value: 'Disk' object has no attribute 'id'


The pool unlocked fine (I could see all the datasets) But there were no jails visible, I didn't do much other looking as I need the jails. I rebooted and tried again - same error. I then rolled back to the previous stable release, unlocked and everything worked fine again.

Any other information required (system specs in signature)?

Kind Regards
 
Last edited:
Status
Not open for further replies.
Top