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 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 = truerun dir = C:/ProgramData/ceph/outcrash 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.logadmin 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
The text was updated successfully, but these errors were encountered:
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:Using
-d
flag for debug mode returns: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:
The text was updated successfully, but these errors were encountered: