ceph-dokan icon indicating copy to clipboard operation
ceph-dokan copied to clipboard

Can't initialize Dokan driver.

Open moayadalmalat opened this issue 2 years ago • 0 comments

Hello,

I have a CephFS on Proxmox VE, and mount CephFS on Linux OS works well. however, the mount on Windows didn't work... I tried to multiply Ceph.conf the return error from the .\ceph-dokan.exe -l x command is:

2022-04-12T10:36:06.669W. Europe Daylight Time 1  0 ceph-dokan: Mounted cephfs directory: /. Mountpoint: x
2022-04-12T10:36:06.669W. Europe Daylight Time 1 -1 ceph-dokan: Can't initialize Dokan driver.

Using -d flag for debug mode returns:

2022-04-12T10:40:35.282W. Europe Daylight Time 1  0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-dokan, pid 2384
2022-04-12T10:40:35.326W. Europe Daylight Time 1  0 ceph-dokan: Mounted cephfs directory: /. Mountpoint: x
2022-04-12T10:40:35.326W. Europe Daylight Time 1 -1 ceph-dokan: Can't initialize Dokan driver.

Does this issue can be fixed as a workaround? or I do have an issue on my ceph config?

bellow you will see my ceph.conf:

[global]
    log to stderr = true
    ; Uncomment the following to use Windows Event Log
    ; log to syslog = true
 
    run dir = C:/ProgramData/ceph/out
    crash dir = C:/ProgramData/ceph/out
 
    ; Use the following to change the cephfs client log level
    ; debug client = 2
[client]
    keyring = C:/ProgramData/ceph/keyring
    ; log file = C:/ProgramData/ceph/out/$name.$pid.log
    admin socket = C:/ProgramData/ceph/$name.$pid.asok
 
    ; client_permissions = true
    ; client_mount_uid = 1000
    ; client_mount_gid = 1000
[global]
    ; mon host = a-pve6 b-pve6

moayadalmalat avatar Apr 12 '22 10:04 moayadalmalat