ketor / ceph-dokan

CephFS Client on Win32 based on Dokan 0.6.0
GNU General Public License v2.0
72 stars 58 forks source link

Ceph_Mount Error! #12

Open jsromero27 opened 8 years ago

jsromero27 commented 8 years ago

Hello,

I am having some trouble configuring my ceph.conf file to mount on windows. I am running ceph version 0.94.2 I have copied the ceph.conf from linux to windows and modify both before attempting to mount the drive.

By changing some of the auth settings, either Windows cannot mount the drive or Linux cannot see the cluster.

This config will allow me to access the cluster from linux but windows fails with "Ceph_Mount Error!" :

auth client required = cephx

This config will allow me to run the windows command which ultimately hangs, but my nodes cannot see the cluster (ie: ceph health commend yields error (95) Operation not supported) :

auth client required = none

Any input would be appreciated, thanks!