I have been trying for hours to make a simple storage pool of two disks in raid 0 with a cache nvme. I am able to pick the drives in the wizard but once i click create pool i get this error:
Error: Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 515, in run
await self.future
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 560, in _run_body
rv = await self.method(*args)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/service/crud_service.py”, line 287, in nf
rv = await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/schema/processor.py”, line 48, in nf
res = await f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/schema/processor.py”, line 174, in nf
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/pool/pool.py", line 574, in do_create
disks, vdevs = await self.process_topology(‘pool_create’, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/pool/pool.py", line 268, in _process_topology
verrors.check()
File “/usr/lib/python3/dist-packages/middlewared/service_exception.py”, line 72, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] pool_create.topology: The following disks were not found in system: sda,nvme0n1,sdb.
Any ideas would be great as im at a loss at the moment
RAID0 does not exist in ZFS / TrueNAS so you could not have selected it from a menu. If you mean a “stripe” that does exist, but is not recommended.
I doubt whether an NVMe cache i.e. L2ARC will do anything for you to improve performance (though without knowing your whole configuration it is difficult to be certain).
Was any solution found to this? I’m having the same issue. The NVMe drives don’t show up under disks, but are available when I try to make a pool (Mirror). But when I try to create the pool I the error, “middlewared.service_exception.ValidationErrors: [EINVAL] pool_create.topology: The following disks were not found in system:”