I am trying to manually create a radosgw instance for a small development installation. I was able to muddle through and get a working mon, mgr, and osd (x2), but the docs for radosgw are based on ceph-deploy which is not part of the octopus release. The host systems are all lxc/lxd containers with centos 7 and the http://download.ceph.com/rpm-octopus/el7/$basearch repos. The radosgw setip that I did was essentially creating a keyring following the steps in https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/1.2.3/html/ceph_object_gateway_for_ubuntu_x86_64/configure_ceph_object_gateway as far as I could, but I have to admit that even after getting mon, mgr, and a couple of osds working I still don't grok the keyring usage... is there a more conceptual doc that explains how they are used and what has to be on each host? ** start rgw0 (systemctl start ceph-radosgw@rgw0) ** The failure on rgw0 host (journalctl -f -u ceph-radosgw@rgw0.service) Apr 27 17:00:20 rgw0 systemd[1]: Started Ceph rados gateway. Apr 27 17:00:20 rgw0 radosgw[8668]: 2020-04-27T17:00:20.791+0000 7f330173d700 -1 monclient(hunting): handle_auth_bad_method server allowed_methods [2] but i only support [2] Apr 27 17:00:20 rgw0 radosgw[8668]: failed to fetch mon config (--no-mon-config to skip) Apr 27 17:00:20 rgw0 systemd[1]: ceph-radosgw@rgw0.service: main process exited, code=exited, status=1/FAILURE [root@cephadm ~]# ceph mon dump dumped monmap epoch 2 epoch 2 fsid f286f47e-7043-4dca-aeb0-03fda1910378 last_changed 2020-04-20T16:23:49.311252+0000 created 2020-04-20T16:18:21.389527+0000 min_mon_release 15 (octopus) 0: [v2:10.121.149.102:3300/0,v1:10.121.149.102:6789/0] mon.mon0 ** on mon0 I also see a lot of this in the logs: 2020-04-22T00:29:41.293+0000 7f35cb1da700 0 cephx server client.rgw0: handle_request failed to decode CephXAuthenticate: buffer::end_of_buffer Any help would be appreciated. -- Patrick Dowler Canadian Astronomy Data Centre Victoria, BC, Canada _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx