I would like to directly mount cephfs from the windows client, and keep getting 
the error below.


PS C:\Program Files\Ceph\bin> .\ceph-dokan.exe -l x
2021-07-15T17:41:30.365Eastern Daylight Time 4 -1 monclient(hunting): 
handle_auth_bad_method server allowed_methods [2] but i only support [2]
2021-07-15T17:41:30.365Eastern Daylight Time 5 -1 monclient(hunting): 
handle_auth_bad_method server allowed_methods [2] but i only support [2]
2021-07-15T17:41:30.365Eastern Daylight Time 6 -1 monclient(hunting): 
handle_auth_bad_method server allowed_methods [2] but i only support [2]
failed to fetch mon config (--no-mon-config to skip)

My Ceph.conf on the windows client looks like

# minimal ceph.conf for fe3a7cb0-69ca-11eb-8d45-c86000d08867
[global]
        fsid = fe3a7cb0-69ca-11eb-8d45-c86000d08867
        mon_host = [v2:192.168.2.142:3300/0,v1:192.168.2.142:6789/0] 
[v2:192.168.2.141:3300/0,v1:192.168.2.141:6789/0] 
[v2:192.168.2.199:3300/0,v1:192.168.2.199:6789/0]
                auth_cluster_required = cephx
                auth_service_required = cephx
                auth_client_required = cephx
[client.admin]
        keyring = c:/programdata/ceph/ceph.client.admin.keyring

With the same global settings, I can mount ceph on a Ubuntu WSL2 VM, and even 
access it from windows, but would rather have the direct connection.

This appears to be an issue with the ceph client for windows found from 
https://docs.ceph.com/en/latest/install/windows-install/  because the RBD 
command gives a similar error

PS C:\Program Files\Ceph\bin> rbd ls
2021-07-15T17:53:51.244Eastern Daylight Time 5 -1 monclient(hunting): 
handle_auth_bad_method server allowed_methods [2] but i only support [2]
2021-07-15T17:53:51.244Eastern Daylight Time 3 -1 monclient(hunting): 
handle_auth_bad_method server allowed_methods [2] but i only support [2]
2021-07-15T17:53:51.245Eastern Daylight Time 4 -1 monclient(hunting): 
handle_auth_bad_method server allowed_methods [2] but i only support [2]


Is the windows client being maintained?

Thanks,
Rob
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to