Pool creation fails at 96%

SaltySloth

Cadet
Joined
May 30, 2022
Messages
2
Hello,
I put in a new 14TB HDD, attempted to create pool, but it fails at 96% and gives me this error.

Code:
 '{serial_lunid}120203PBN406P7HSJ4TE_5000cca6add8c8ae'

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: '{serial_lunid}120203PBN406P7HSJ4TE_5000cca6add8c8ae'


The strange thing is that it seems to still create the pool and work (able to make datasets, transfer and access files). No error messages in task manager or alerts on the UI, but on the monitor connected to my NAS I get this message:

2022-05-30T04:51:13.678595-07:00 truenas.local collect' 1449 - - Error: one or more plugin init callbacks failed.

This message has also displayed different numbers such as 1453 and 1442.

I tried figuring it out myself but I'm getting no where. It seems to work but I'm worried it will be an issue in the future
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
That looks like an issue for the reports generation/data gathering (collectd), so maybe some kind of issue when the new pool appears.

Do you see the new pool in the reporting/charts? I think that would be the only error or missing thing based on what you reported.
 

SaltySloth

Cadet
Joined
May 30, 2022
Messages
2
That looks like an issue for the reports generation/data gathering (collectd), so maybe some kind of issue when the new pool appears.

Do you see the new pool in the reporting/charts? I think that would be the only error or missing thing based on what you reported.
yes its shows up in Reporting
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I would just forget about it then. Seems you're all good.
 
Top