Please help. I'm not sure what happened but my encrypted Volume will not unlock anymore.
Environment:
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Request Method: GET
Request URL: http://192.168.5.105/admin/storage/volumestatus/datagrid/?id=2&dojo.preventCache=1529617252265
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/freeadmin/options.py" in wrapper
210. return self._admin.admin_view(view)(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/utils/decorators.py" in _wrapped_view
149. response = view_func(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
57. response = view_func(request, *args, **kwargs)
File "./freenasUI/freeadmin/site.py" in inner
142. return view(request, *args, **kwargs)
File "./freenasUI/freeadmin/options.py" in datagrid
961. context.update(self.get_datagrid_context(request=request))
File "./freenasUI/storage/admin.py" in get_datagrid_context
415. pool = notifier().zpool_parse(volume.vol_name)
File "./freenasUI/middleware/notifier.py" in zpool_parse
3386. parse = zfs.parse_status(name, doc, res)
File "./freenasUI/middleware/zfs.py" in parse_status
761. status = data.split('config:')[1]
Exception Type: IndexError at /admin/storage/volumestatus/datagrid/
Exception Value: list index out of range
Everything was working fine until I removed another volume from the machine, imported a new volume that I created on a 2nd FreeNas system. That new volume is working fine after import but one of the 2 original volumes on this machine will not unlock anymore.
Environment:
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Request Method: GET
Request URL: http://192.168.5.105/admin/storage/volumestatus/datagrid/?id=2&dojo.preventCache=1529617252265
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/freeadmin/options.py" in wrapper
210. return self._admin.admin_view(view)(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/utils/decorators.py" in _wrapped_view
149. response = view_func(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
57. response = view_func(request, *args, **kwargs)
File "./freenasUI/freeadmin/site.py" in inner
142. return view(request, *args, **kwargs)
File "./freenasUI/freeadmin/options.py" in datagrid
961. context.update(self.get_datagrid_context(request=request))
File "./freenasUI/storage/admin.py" in get_datagrid_context
415. pool = notifier().zpool_parse(volume.vol_name)
File "./freenasUI/middleware/notifier.py" in zpool_parse
3386. parse = zfs.parse_status(name, doc, res)
File "./freenasUI/middleware/zfs.py" in parse_status
761. status = data.split('config:')[1]
Exception Type: IndexError at /admin/storage/volumestatus/datagrid/
Exception Value: list index out of range
Everything was working fine until I removed another volume from the machine, imported a new volume that I created on a 2nd FreeNas system. That new volume is working fine after import but one of the 2 original volumes on this machine will not unlock anymore.