Ceph Client

Ceph client listCeph ClientCeph Client
I would like to directly mount cephfs from the windows client, and keep getting the errorbelow.PS C:Program FilesCephbin> .ceph-dokan.exe -l x2021-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.keyringWith the same global settings, I can mount ceph on a Ubuntu WSL2 VM, and even access itfrom windows, but would rather have the direct connection.This appears to be an issue with the ceph client for windows found fromhttps://docs.ceph.com/en/latest/install/windows-install/ because the RBD command gives asimilar errorPS C:Program FilesCephbin> rbd ls2021-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

Certain client configurations can be applied at runtime. To check if a configuration option can be applied (taken into affect by a client) at runtime, use the config help command: ceph config help debugclient debugclient - Debug level for client (str, advanced) Default: 0/5 Can update at runtime: true The value takes the form 'N' or 'N/M.

Ceph client config

Ceph Client Install

  1. Root-level access to the Ceph client nodes for the Red Hat Ceph Storage clusters. A CephX user with administrator-level capabilities. Access to the Red Hat Ceph Storage cluster where a snapshot mirror will be created. To remove a mirror-snapshot schedule: Syntax CHAPTER 5. MIRRORING CEPH BLOCK DEVICES 75.
  2. Executing ceph-deploy admin will push a Ceph configuration file and the ceph.client.admin.keyring to the /etc/ceph directory of the nodes, so we can use the ceph CLI without having to provide the ceph.client.admin.keyring each time to execute a command. At this point, we can take a peek at our cluster.