Import Legacy 11.3 ZFS Pool - Crash?

jubiliihiki

Cadet
Joined
Nov 6, 2020
Messages
1
Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run
    await self.future
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 399, in __run_body
    rv = await self.middleware.run_in_thread(self.method, *([self] + args))
  File "/usr/local/lib/python3.8/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread
    return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs))
  File "/usr/local/lib/python3.8/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 977, in nf
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/disk_/encryption_freebsd.py", line 49, in decrypt
    raise CallError(f'The following devices failed to attach: {", ".join(failed)}')
middlewared.service_exception.CallError: [EFAULT] The following devices failed to attach: gptid/daa6e8fe-4f86-11ea-b731-000c29c156cd, gptid/da1ea622-4f86-11ea-b731-000c29c156cd, gptid/daa21d46-4f86-11ea-b731-000c29c156cd


I have the key and the password. I was on 11.3 and now trying to import this to TrueNAS-12.0-RELEASE

KHMMfBt.png


Help? I am pretty new to this. Everything was working amazing, but I was so excited to try this 12.
 
Top