You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not really sure, if this is something important. When I deploy a SmbShare with the following SmbCommonConfig and access it by IP or Hostname of a cluster node, the pod logs:
parse_dfs_path_strict: Hostname <ip> is not ours.
parse_dfs_path_strict: Hostname <hostname> is not ours.
As far as I can see, so far everything works fine. Access, file creation, updating something works. But every action is logged with the above entry. So feel free to just close this, if it is negligible.
Great work. samba-operator is a real cool and easy to use solution.
Thanks for the information. Can you run testparm -s inside one of the samba containers in the pod (by exec'ing in) and, after filtering out any private info, post it? It may help narrow down what exactly triggers that log line. Thanks!
sh-5.2# testparm -s
Load smb config files from /etc/samba/smb.conf
lp_load_ex: changing to config backend registry
Loaded services file OK.
Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)
WARNING: state directory /var/lib/samba should have permissions 0755 for browsing to work
WARNING: cache directory /var/lib/samba should have permissions 0755 for browsing to work
Server role: ROLE_STANDALONE
# Global parameters
[global]
disable spoolss = Yes
dos charset = ascii
load printers = No
netbios name = BACKUP-WINDOWS
printcap name = /dev/null
registry shares = Yes
smb ports = 445
fileid:algorithm = fsid
idmap config * : backend = tdb
printing = bsd
vfs objects = fileid
[backup]
path = /mnt/fff4e089-c89b-4675-8f23-604ab8c4b167
read only = No
netbios name seems to be the name of the SmbShare:
I am not really sure, if this is something important. When I deploy a SmbShare with the following SmbCommonConfig and access it by IP or Hostname of a cluster node, the pod logs:
As far as I can see, so far everything works fine. Access, file creation, updating something works. But every action is logged with the above entry. So feel free to just close this, if it is negligible.
Great work. samba-operator is a real cool and easy to use solution.
The text was updated successfully, but these errors were encountered: