Project

General

Profile

Actions

Bug #23373

closed

Problem with UID starting with underscores

Added by Aleksandr Rudenko about 6 years ago. Updated about 6 years ago.

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

0%

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

Description

On Jewel we have rgw-user with UID - _sc and the same access key:

radosgw-admin metadata user info --uid _sc
{
    "user_id": "_sc",
    "display_name": "_sc",
    "email": "",
    "suspended": 0,
    "max_buckets": 0,
    "auid": 0,
    "subusers": [],
    "keys": [
        {
            "user": "_sc",
            "access_key": "_sc",
            "secret_key": "xxx" 
        }
    ],
…

This user was created in Hammer and everything works fine on Jewel to.
But, after upgrade to Luminous(12.2.3) this user receives “InvalidAccessKeyId”.

Radosgw-admin says:

radosgw-admin metadata user info --uid _sc
could not fetch user info: no user info saved

We can't remove, view or modify this user on Luminous.


Related issues 1 (1 open0 closed)

Is duplicate of rgw - Bug #22714: Existing AccessKeys with leading underscore broke in upgradeTriagedOrit Wasserman01/16/2018

Actions
Actions #1

Updated by Aleksandr Rudenko about 6 years ago

Sorry, it's RGW project, not Ceph. Move it please if it's possible.

Actions #2

Updated by Nathan Cutler about 6 years ago

  • Project changed from Ceph to rgw
Actions #3

Updated by Casey Bodley about 6 years ago

  • Is duplicate of Bug #22714: Existing AccessKeys with leading underscore broke in upgrade added
Actions #4

Updated by Casey Bodley about 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF