Trying to add a SMB share from a pool that I imported after having to reinstall truenas scale. When trying to create the share I keep getting this error…
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 211, in call_method
result = await self.middleware.call_with_audit(message[‘method’], serviceobj, methodobj, params, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1529, in call_with_audit
result = await self._call(method, serviceobj, methodobj, params, app=app,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1460, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/service/crud_service.py”, line 230, in create
return await self.middleware._call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1460, in _call
return await methodobj(*prepared_call.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/service/crud_service.py”, line 261, in nf
rv = 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/schema/processor.py”, line 179, in nf
return await func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/plugins/smb.py”, line 872, in do_create
verrors.check()
File “/usr/lib/python3/dist-packages/middlewared/service_exception.py”, line 72, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications: McStorage - NFSV4, McStorage/ix-applications - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/catalogs: McStorage - NFSV4, McStorage/ix-applications/catalogs - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/default_volumes: McStorage - NFSV4, McStorage/ix-applications/default_volumes - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/k3s: McStorage - NFSV4, McStorage/ix-applications/k3s - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases: McStorage - NFSV4, McStorage/ix-applications/releases - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcpihole: McStorage - NFSV4, McStorage/ix-applications/releases/mcpihole - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcpihole/charts: McStorage - NFSV4, McStorage/ix-applications/releases/mcpihole/charts - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcpihole/volumes: McStorage - NFSV4, McStorage/ix-applications/releases/mcpihole/volumes - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcpihole/volumes/ix_volumes: McStorage - NFSV4, McStorage/ix-applications/releases/mcpihole/volumes/ix_volumes - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcpihole/volumes/ix_volumes/config: McStorage - NFSV4, McStorage/ix-applications/releases/mcpihole/volumes/ix_volumes/config - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcpihole/volumes/ix_volumes/dnsmasq: McStorage - NFSV4, McStorage/ix-applications/releases/mcpihole/volumes/ix_volumes/dnsmasq - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcplex: McStorage - NFSV4, McStorage/ix-applications/releases/mcplex - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcplex/charts: McStorage - NFSV4, McStorage/ix-applications/releases/mcplex/charts - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcplex/volumes: McStorage - NFSV4, McStorage/ix-applications/releases/mcplex/volumes - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcplex/volumes/ix_volumes: McStorage - NFSV4, McStorage/ix-applications/releases/mcplex/volumes/ix_volumes - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcplex/volumes/ix_volumes/config: McStorage - NFSV4, McStorage/ix-applications/releases/mcplex/volumes/ix_volumes/config - POSIX
[EINVAL] sharingsmb_create.path_local: ACL type mismatch with child mountpoint at /mnt/McStorage/ix-applications/releases/mcplex/volumes/ix_volumes/transcode: McStorage - NFSV4, McStorage/ix-applications/releases/mcplex/volumes/ix_volumes/transcode - POSIX
Any help with this is much appreciated. Thanks.