Advertisement
Guest User

TrueNas scale issue

a guest
May 8th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. Error: Traceback (most recent call last):
  2. File "/usr/lib/python3/dist-packages/middlewared/api/base/server/ws_handler/rpc.py", line 323, in process_method_call
  3. result = await method.call(app, params)
  4. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5. File "/usr/lib/python3/dist-packages/middlewared/api/base/server/method.py", line 40, in call
  6. result = await self.middleware.call_with_audit(self.name, self.serviceobj, methodobj, params, app)
  7. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8. File "/usr/lib/python3/dist-packages/middlewared/main.py", line 883, in call_with_audit
  9. result = await self._call(method, serviceobj, methodobj, params, app=app,
  10. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. File "/usr/lib/python3/dist-packages/middlewared/main.py", line 692, in _call
  12. return await methodobj(*prepared_call.args)
  13. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14. File "/usr/lib/python3/dist-packages/middlewared/service/crud_service.py", line 256, in create
  15. return await self.middleware._call(
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. File "/usr/lib/python3/dist-packages/middlewared/main.py", line 692, in _call
  18. return await methodobj(*prepared_call.args)
  19. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  20. File "/usr/lib/python3/dist-packages/middlewared/service/crud_service.py", line 287, in nf
  21. rv = await func(*args, **kwargs)
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 48, in nf
  24. res = await f(*args, **kwargs)
  25. ^^^^^^^^^^^^^^^^^^^^^^^^
  26. File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 174, in nf
  27. return await func(*args, **kwargs)
  28. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  29. File "/usr/lib/python3/dist-packages/middlewared/plugins/smb.py", line 776, in do_create
  30. verrors.check()
  31. File "/usr/lib/python3/dist-packages/middlewared/service_exception.py", line 72, in check
  32. raise self
  33. middlewared.service_exception.ValidationErrors: [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system: JFv2 - POSIX, JFv2/.system - OFF
  34. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/configs-c859517f6d7a497888d06ed58c52b7a6: JFv2 - POSIX, JFv2/.system/configs-c859517f6d7a497888d06ed58c52b7a6 - OFF
  35. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/rrd-c859517f6d7a497888d06ed58c52b7a6: JFv2 - POSIX, JFv2/.system/rrd-c859517f6d7a497888d06ed58c52b7a6 - OFF
  36. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/services: JFv2 - POSIX, JFv2/.system/services - OFF
  37. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/ctdb_shared_vol: JFv2 - POSIX, JFv2/.system/ctdb_shared_vol - OFF
  38. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/glusterd: JFv2 - POSIX, JFv2/.system/glusterd - OFF
  39. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/syslog-c859517f6d7a497888d06ed58c52b7a6: JFv2 - POSIX, JFv2/.system/syslog-c859517f6d7a497888d06ed58c52b7a6 - OFF
  40. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/samba4: JFv2 - POSIX, JFv2/.system/samba4 - OFF
  41. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/netdata-c859517f6d7a497888d06ed58c52b7a6: JFv2 - POSIX, JFv2/.system/netdata-c859517f6d7a497888d06ed58c52b7a6 - OFF
  42. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/cores: JFv2 - POSIX, JFv2/.system/cores - OFF
  43. [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/JFv2/.system/webui: JFv2 - POSIX, JFv2/.system/webui - OFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement