TrueNAS-GUI-Error-Create pool

ikroumov

Cadet
Joined
Jun 21, 2022
Messages
3
I am using TrueNAS latest version Current Train: TrueNAS-13.0-STABLE - Community Release Only - Not Enterprise Supported
When I try to create a pool in the GUI , the interface reports this error

Error Title: '{uuid}9fcbfb69-f244-11ec-b935-0050569087cc'
Error Content
The content of the error is:
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 975, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/pool.py", line 764, in do_create
await self.finalize_zpool_create_or_import(job, pool)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/pool.py", line 802, in finalize_zpool_create_or_import
await self.middleware.call('disk.sync_zfs_guid', pool)
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1305, in call
return await self._call(
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1262, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/disk_/zfs_guid.py", line 59, in sync_zfs_guid
self.middleware.send_event("disk.query", "CHANGED", id=event, fields=disks[event])
KeyError: '{uuid}9fcbfb69-f244-11ec-b935-0050569087cc'
 

mindsolve

Cadet
Joined
Jun 23, 2022
Messages
1
I am having the same problem with the same version. In my case only the UUID is different in the error message.
Though the pool was created successfully, as I noticed after refreshing a few times.
 

preedy

Dabbler
Joined
Dec 28, 2019
Messages
15
I am having the same trouble, I see that there are many others as well without any help give would be nice.
 
Top