Project

General

Profile

Actions

Bug #44797

closed

mon/cephx : trace of a deleted customer in the "auth" index

Added by David Casier about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description


[root@aevoo00 store.db]# ceph auth del client.rbd-1024
entity client.rbd-1024 does not exist

[root@aevoo00 store.db]# ceph auth list|grep client.rbd-1024 -A 4
installed auth entries:

client.rbd-1024

        key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
        caps: [mon] profile rbd
        caps: [osd] profile rbd

[root@aevoo00 store.db]# ceph auth get client.rbd-1024
Error ENOENT: failed to find client.rbd-1024 in keyring

[root@aevoo00 store.db]# ceph auth get-or-create client.rbd-1024
[client.rbd-1024]
        key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==

[root@aevoo00 store.db]# ceph auth list|grep client.rbd-1024 -A 4
installed auth entries:

client.rbd-1024
        key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
client.rbd-1024

        key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
        caps: [mon] profile rbd
        caps: [osd] profile rbd

[root@aevoo00 store.db]# ceph auth del client.rbd-1024
updated

[root@aevoo00 store.db]# ceph auth list|grep client.rbd-1024 -A 4
installed auth entries:

client.rbd-1024

        key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
        caps: [mon] profile rbd
        caps: [osd] profile rbd

I assumed there was a hidden character in the name, but it doesn't seem.

Actions #1

Updated by David Casier about 4 years ago

It was a hidden character.
I do not have the rights to close the ticket

Actions #2

Updated by Greg Farnum about 4 years ago

  • Project changed from Ceph to RADOS
  • Category deleted (Monitor)
  • Status changed from New to Closed
Actions

Also available in: Atom PDF