Hi there
I just tried to expand my VDEV and I get this error
Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 533, in __run_body rv = await self.method(*args) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 179, in nf return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 49, in nf res = await f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/plugins/pool_/attach_disk.py", line 67, in attach await extend_job.wait(raise_error=True) File "/usr/lib/python3/dist-packages/middlewared/job.py", line 438, in wait raise CallError(self.error) middlewared.service_exception.CallError: [EFAULT] 2098 is not a valid Error
I don’t know what to do here.
Thanks
EDIT: I figured out the issue. Turns out it was expanding with the other drive I was adding and although the job had finished in the GUI, when I looked in the CLI it wasn’t finished.
Use “sudo watch zpool status -v” it will tell you if it’s still expanding and keeps it up for you as well.