question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

auth: unable to find a keyring

See original GitHub issue

I’m trying to deploy v3.0.15 in vagrant on local machine.

Running these commands:

# Creating resources and booting machines up - successfully
$ vagrant up --no-provision --provider=virtualbox

# Provisioning machines - successfully
$ vagrant provision

# Entering client0
$ vagrant ssh client0

# Getting status
$ sudo ceph status
2017-12-05 18:25:39.575777 7f0765942700 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.admin.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin,: (2) No such file or directory
2017-12-05 18:25:39.588836 7f0765942700 -1 monclient: authenticate NOTE: no keyring found; disabled cephx authentication
2017-12-05 18:25:39.588843 7f0765942700  0 librados: client.admin authentication error (95) Operation not supported
[errno 95] error connecting to the cluster

If some additional info needed please let me know.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
guitscommented, Dec 6, 2017

@icamys you don’t have admin keyring on client node by default which is needed to issue a ceph status, you must set copy_admin_key: true in your group_vars/clients.yml

0reactions
guitscommented, Dec 6, 2017

@icamys true, we are missing a lot of documentation here, sorry for that. Will try to spend some time to catch up

Read more comments on GitHub >

github_iconTop Results From Across the Web

OSD will not start due a keyring conflict or to it missing in 'ceph ...
An OSD that was once in the cluster is not able to start and be a part of the cluster because: It is...
Read more >
MDS fails to start: unable to find a keyring on /var/lib/ceph/mds ...
My Ceph cluster is currently down. It, too, complains that it cannot find the keyring in /var/lib/ceph/osd/ceph-admin/keyring
Read more >
Unable to find a keyring · Issue #3443 · ceph/ceph-ansible
When I deploy cluster with last version of ceph-ansible (git clone this morning) the playbook dont create /etc/ceph/ceph.client.admin.keyring or ...
Read more >
1 auth: unable to find a keyring" error | Support - SUSE
Manager service fails to start with an "-1 auth: unable to find a keyring" ... The key ring file for the Manager Service...
Read more >
Bug #51628: bogus "unable to find a keyring" warning on "rbd ...
bogus "unable to find a keyring" warning on "rbd mirroring bootstrap ... 2021-07-06T09:35:25.293-0400 7f96cc89c2c0 -1 auth: unable to find a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found