Duplicate
Details
Details
Assignee
Triage Team
Triage TeamReporter
blaco - Marcel Henrich
blaco - Marcel HenrichLabels
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created January 9, 2022 at 5:00 PM
Updated July 6, 2022 at 8:57 PM
Resolved January 17, 2022 at 6:59 PM
After a big migration, I accidentally removed drives from a pool without doing an export. Thus, the pool is now shown as offline on the UI. I want to get rid of it by "Export/Disconnect", but I get the error: [ENOENT] None: PoolDataset S8TB does not exist
Traceback:
Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 409, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 445, in __run_body rv = await self.method(*([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1269, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1137, in nf res = await f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/pool.py", line 1606, in export root_ds = await self.middleware.call('pool.dataset.get_instance', pool['name']) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1324, in call return await self._call( File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1281, in _call return await methodobj(*prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1269, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/service.py", line 955, in get_instance return await self._get_instance(id, options) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1269, in nf return await func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/service.py", line 968, in _get_instance raise InstanceNotFound(f'{self._config.verbose_name} {id} does not exist') middlewared.service_exception.InstanceNotFound: [ENOENT] None: PoolDataset S8TB does not exist
Version: TrueNAS-SCALE-22.02-RC.2
Might be related to https://jira.ixsystems.com/browse/NAS-108586