I see error when scrub the pool
Description
Problem/Justification
None
Impact
None
Activity
Show:

Ievgen Stepanovych June 26, 2023 at 2:50 PM
S

Ievgen Stepanovych June 24, 2023 at 4:17 PM
TODO: Simulate error and check to make sure that error message first and are not showing traceback by default.

Michelle Johnson November 30, 2022 at 1:53 PM
Thank you for your report, !
This issue ticket is now in the queue for review. An Engineering representative will update with further details or questions in the near future.

Automation for Jira November 29, 2022 at 8:05 PM
Thank you for submitting this TrueNAS Bug Report! So that we can quickly investigate your issue, please attach a Debug file and any other information related to this issue through our secure and private upload service below. Debug files can be generated in the UI by navigating to System -> Advanced -> Save Debug.
https://ixsystems.atlassian.net/servicedesk/customer/portal/15/group/37/create/153
Cannot Reproduce
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Impact
Medium
Story Points
2
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created November 29, 2022 at 8:05 PM
Updated July 6, 2023 at 5:57 PM
Resolved July 6, 2023 at 5:57 PM
I updated Truenas to version 13U3.1 from version 12.U8.1.
I updated the pool version of the current system version.
Due to a disk failure, I replaced the disk with a new one.
After this replacement operation I have scrubed the pool.
An error window appeared:
Scrub Pool
Error: [EFAULT] concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/zfs.py", line 303, in scrub_action pool.stop_scrub() File "libzfs.pyx", line 392, in libzfs.ZFS.__exit__ File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/zfs.py", line 301, in scrub_action pool.start_scrub() File "libzfs.pyx", line 2943, in libzfs.ZFSPool.start_scrub libzfs.ZFSException: currently resilvering During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/concurrent/futures/process.py", line 246, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "/usr/local/lib/python3.9/site-packages/middlewared/worker.py", line 111, in main_worker res = MIDDLEWARE._run(*call_args) File "/usr/local/lib/python3.9/site-packages/middlewared/worker.py", line 45, in _run return self._call(name, serviceobj, methodobj, args, job=job) File "/usr/local/lib/python3.9/site-packages/middlewared/worker.py", line 39, in _call return methodobj(*params) File "/usr/local/lib/python3.9/site-packages/middlewared/worker.py", line 39, in _call return methodobj(*params) File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 979, in nf return f(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/zfs.py", line 305, in scrub_action raise CallError(str(e), e.code) middlewared.service_exception.CallError: [EZFS_RESILVERING] currently resilvering """ The above exception was the direct cause of the following exception: 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 4215, in scrub await self.middleware.call('zfs.pool.scrub_action', name, action) File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1278, in call return await self._call( File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1243, in _call return await self._call_worker(name, *prepared_call.args) File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1249, in _call_worker return await self.run_in_proc(main_worker, name, args, job) File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1168, in run_in_proc return await self.run_in_executor(self.__procpool, method, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1151, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) middlewared.service_exception.CallError: [EZFS_RESILVERING] currently resilvering
Is it serious error?