This is the result:
# testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[homes]"
Processing section "[cephfs]"
Processing section "[printers]"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE
# Global parameters
[global]
load printers = No
netbios name = SAMBA-CEPH
printcap name = cups
security = USER
workgroup = CEPH
smbd: backgroundqueue = no
idmap config * : backend = tdb
cups options = raw
valid users = samba
...
[cephfs]
create mask = 0777
directory mask = 0777
guest ok = Yes
guest _only_ = Yes
kernel share modes = No
path = /
read _only_ = No
vfs objects = ceph
ceph: user_id = samba
ceph:config_file = /etc/ceph/ceph.conf
I cut off some parts I thought were not relevant.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, August 28, 2019 3:09 AM, Konstantin Shalygin <k0ste@xxxxxxxx> wrote:
I'm running a ceph installation on a lab to evaluate for production and I have a cluster running, but I need to mount on different windows servers and desktops. I created an NFS share and was able to mount it on my Linux desktop, but not a Win 10 desktop. Since it seems that Windows server 2016 is required to mount the NFS share I quit that route and decided to try samba. I compiled a version of Samba that has this vfs_ceph module, but I can't set it up correctly. It seems I'm missing some user configuration as I've hit this error: " ~$ smbclient -U samba.gw //10.17.6.68/cephfs_a WARNING: The "syslog" option is deprecated Enter WORKGROUP\samba.gw's password: session setup failed: NT_STATUS_LOGON_FAILURE " Does anyone know of any good setup tutorial to follow? This is my smb config so far: # Global parameters [global] load printers = No netbios name = SAMBA-CEPH printcap name = cups security = USER workgroup = CEPH smbd: backgroundqueue = no idmap config * : backend = tdb cups options = raw valid users = samba [cephfs] create mask = 0777 directory mask = 0777 guest ok = Yes guest _only_ = Yes kernel share modes = No path = / read _only_ = No vfs objects = ceph ceph: user_id = samba ceph:config_file = /etc/ceph/ceph.conf Thanks
Your configuration seems correct, but conf have or don't have special characters such a spaces, lower case options. First what you should do is run `testparm -s` and paste here what in output.
k
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com