Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't initialize Dokan driver. #23

Open
moayadalmalat opened this issue Apr 12, 2022 · 0 comments
Open

Can't initialize Dokan driver. #23

moayadalmalat opened this issue Apr 12, 2022 · 0 comments

Comments

@moayadalmalat
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant