Fish
Contributor
- Joined
- Jun 4, 2015
- Messages
- 108
Hi all,
I'm decommissioning a pool and selling the drives off. In the CLI, I did a
I figured the pool would disappear after I removed the drives, so I powered down the NAS, removed them, and booted back up. The purple pool is still listed in the UI now as "LOCKED" - it was geli-encrypted. The same error as above shows when I try to export/disconnect from the UI.
Any ideas?
I'm decommissioning a pool and selling the drives off. In the CLI, I did a
zpool destroy purple
which succeeded - the pool was no longer listed in zpool list
. In the TrueNAS UI, I then went to export the pool but after I click export and check "Confirm Export/Disconnect" I get this error: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 1608, in export disks = [i async for i in await self.middleware.call('pool.get_disks', oid)] File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/pool.py", line 1608, in <listcomp> disks = [i async for i in await self.middleware.call('pool.get_disks', oid)] File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/pool.py", line 1059, in get_disks disk_path = os.path.join('/dev', d['devname']) KeyError: 'devname'
I figured the pool would disappear after I removed the drives, so I powered down the NAS, removed them, and booted back up. The purple pool is still listed in the UI now as "LOCKED" - it was geli-encrypted. The same error as above shows when I try to export/disconnect from the UI.
Any ideas?