Hi guys,
i have a really bad problem. I recently upgraded a FreeNAS 9.10 server to FreeNAS 11.
The server has 4 arrays. One, of a little crude construction, did not make the upgrade. The other three suvived.
One guess is that it is because of the construction of the array:
It once was a normal RAID-Z1 of 5 x 3TB HDDs. Encrypted.
Then, it should get expanded, a single 3 TB HDD was added. As a JBOD with the Z1 Pool...
JBOD
|-HDD
|-Z1
|-HDD
|-HDD
|-HDD
|-HDD
|-HDD
I downgraded at a blink, but it remains broken.
Error after trying to decrypt the pool:
Any ideas?
Thanks in advance,
BeWe
i have a really bad problem. I recently upgraded a FreeNAS 9.10 server to FreeNAS 11.
The server has 4 arrays. One, of a little crude construction, did not make the upgrade. The other three suvived.
One guess is that it is because of the construction of the array:
It once was a normal RAID-Z1 of 5 x 3TB HDDs. Encrypted.
Then, it should get expanded, a single 3 TB HDD was added. As a JBOD with the Z1 Pool...
JBOD
|-HDD
|-Z1
|-HDD
|-HDD
|-HDD
|-HDD
|-HDD
I downgraded at a blink, but it remains broken.
Error after trying to decrypt the pool:
Code:
Environment: Software Version: FreeNAS-11.0-RELEASE (a2dc21583) Request Method: POST Request URL: https://IP/storage/volume/1/unlock/?X-Progress-ID=2f89133e-f212-48d7-82ab-6a558cb2822a Traceback: File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 39. 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 volume_unlock 1190. form.done(volume=volume) File "./freenasUI/storage/forms.py" in done 2613. raise MiddlewareError(msg) Exception Type: MiddlewareError at /storage/volume/1/unlock/ Exception Value: [MiddlewareError: b'Volume could not be imported: 1 devices failed to decrypt']
Any ideas?
Thanks in advance,
BeWe
Last edited by a moderator: