kagbasi-wgsdac
Dabbler
- Joined
- Jul 2, 2023
- Messages
- 13
Hi Folks,
I trust you're all doing well. This is more of a sharing my observation than asking for support. I'm fairly new to TrueNAS and I'm testing TrueNAS-SCALE-22.12.3.1 in a virtualized environment. So far so good, however, I noticed a weird behavior and wasn't sure if this is a consequence of running it in a VM and using the VM disks (as opposed to doing a PCI passthrough of the raw disks). The first time it happened, I thought it was a fluke and simply rebooted the VM. But now that it's happened again, I figured I'd share - in case anyone can share some insights.
So, I've noticed - after some yet undetermined amount of time - that the only defined dataset disappears and I'm met with the following error whenever I attempt to access the Datasets menu from the GUI:
Here's additional details of the error:
Now, what's strange about this, while this error is present the Pool Status on the dashboard still shows that the pool is online and healthy. I'm using this dataset to host an SMB share, and consequently, while the share is visible from the Windows Explorer window, attempting to navigate into it leads to a path not found error.
Of course, I can resolve the problem by simply rebooting TrueNAS but I haven't done that yet. Gonna hold off to see what traction I get with this post. Thanks for taking any interest in this.
I trust you're all doing well. This is more of a sharing my observation than asking for support. I'm fairly new to TrueNAS and I'm testing TrueNAS-SCALE-22.12.3.1 in a virtualized environment. So far so good, however, I noticed a weird behavior and wasn't sure if this is a consequence of running it in a VM and using the VM disks (as opposed to doing a PCI passthrough of the raw disks). The first time it happened, I thought it was a fluke and simply rebooted the VM. But now that it's happened again, I figured I'd share - in case anyone can share some insights.
So, I've noticed - after some yet undetermined amount of time - that the only defined dataset disappears and I'm met with the following error whenever I attempt to access the Datasets menu from the GUI:
Code:
CallError [ENOENT] Path /mnt/zPool1 not found
Here's additional details of the error:
Code:
Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/main.py", line 204, in call_method result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1355, in _call return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1258, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1382, in nf return func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1252, in nf res = f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/filesystem.py", line 363, in stat raise CallError(f'Path {_path} not found', errno.ENOENT) middlewared.service_exception.CallError: [ENOENT] Path /mnt/zPool1 not found
Now, what's strange about this, while this error is present the Pool Status on the dashboard still shows that the pool is online and healthy. I'm using this dataset to host an SMB share, and consequently, while the share is visible from the Windows Explorer window, attempting to navigate into it leads to a path not found error.
Of course, I can resolve the problem by simply rebooting TrueNAS but I haven't done that yet. Gonna hold off to see what traction I get with this post. Thanks for taking any interest in this.