Hi,
I passed through the SSD's using the official tutorial.
Here is the VM configs:
I am getting the following error when try to enable Trim:
what am I doing wrong???
I passed through the SSD's using the official tutorial.
Here is the VM configs:
I am getting the following error when try to enable Trim:
Code:
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 355, in run
await self.future
File "/usr/local/lib/python3.9/site-packages/middlewared/job.py", line 391, in __run_body
rv = await self.method(*([self] + args))
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 981, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/pool.py", line 841, in do_update
verrors.check()
File "/usr/local/lib/python3.9/site-packages/middlewared/service_exception.py", line 62, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] pool_update.topology: Disks have duplicate serial numbers: '' (da0, da1, da2).
what am I doing wrong???