Module 'cephadm' has failed: auth get failed: failed to find client.crash.ceph0-ote in keyring retval:
anyone seen this error on the new Ceph 15.2.4 cluster using cpehadm to manage it ? Module 'cephadm' has failed: auth get failed: failed to find client.crash.ceph0-ote in keyring retval:
Hello, I used: ceph auth ls to list all services keys and authorize configs to find that info and added it to the keyring file that was missing it.... it worked for a few days and now this morning same error warning but the caps mgr = "profile crash" caps mon = "profile crash" are still in the keyring file so now I do not know what is happening...
Biohazard; This looks like a fairly simple authentication issue. It looks like the keyring(s) available to the command don't contain a key which meets the commands needs. Have you verified the presence and accuracy of your keys? Thank you, Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International Inc. DHilsbos@PerformAir.com www.PerformAir.com -----Original Message----- From: biohazd@yahoo.com [mailto:biohazd@yahoo.com] Sent: Friday, July 3, 2020 2:29 AM To: ceph-users@ceph.io Subject: [ceph-users] Module 'cephadm' has failed: auth get failed: failed to find client.crash.ceph0-ote in keyring retval: anyone seen this error on the new Ceph 15.2.4 cluster using cpehadm to manage it ? Module 'cephadm' has failed: auth get failed: failed to find client.crash.ceph0-ote in keyring retval: _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hello, same here. My fix was to examine the keyring file in the misbehaving server and compare to a different server, I found the file had the key but was missing: caps mgr = "profile crash" caps mon = "profile crash" I added that back in and now its OK. /var/lib/ceph/<your ceph ID>./crash.node1/keyring No idea how this happened On Fri, Jul 3, 2020 at 11:47 PM <DHilsbos@performair.com> wrote:
Biohazard;
This looks like a fairly simple authentication issue. It looks like the keyring(s) available to the command don't contain a key which meets the commands needs.
Have you verified the presence and accuracy of your keys?
Thank you,
Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International Inc. DHilsbos@PerformAir.com www.PerformAir.com
-----Original Message----- From: biohazd@yahoo.com [mailto:biohazd@yahoo.com] Sent: Friday, July 3, 2020 2:29 AM To: ceph-users@ceph.io Subject: [ceph-users] Module 'cephadm' has failed: auth get failed: failed to find client.crash.ceph0-ote in keyring retval:
anyone seen this error on the new Ceph 15.2.4 cluster using cpehadm to manage it ?
Module 'cephadm' has failed: auth get failed: failed to find client.crash.ceph0-ote in keyring retval: _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
should the key be the same on all 3 servers? The values in the fiel are all different: /var/lib/ceph/474629b4-bd04-11ea-a0bb-sfsfsfdsfs/crash.ceph0-ote/keyring
Hi! I have, or actually had a similar problem. I found the solution on this page: https://segmentfault.com/a/1190000023292938 I used the commands:
ceph auth add client.crash.nodeX.xxx.com mgr "profile crash" mon "profile crash"
Did this solved your issue? On Wed, Jul 22, 2020 at 2:06 AM <zicherka@interia.pl> wrote:
Hi! I have, or actually had a similar problem. I found the solution on this page: https://segmentfault.com/a/1190000023292938 I used the commands:
ceph auth add client.crash.nodeX.xxx.com mgr "profile crash" mon "profile crash"
ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
-- Thanks, Vutukuri Sathvik, 8197748291.
Hello, on my system it solved it but then a different node suddenly started the same error. I tried it on the new problem and it did not help. I notice on: https://tracker.ceph.com/issues/45726 it says resolved, but on next version v15.2.5
participants (6)
-
biohazd@yahoo.com
-
DHilsbos@performair.com
-
sathvik vutukuri
-
steven prothero
-
steven@marimo-tech.com
-
zicherka@interia.pl