Hi,
we've got user that is called like <UUID>:<UUID> (please don't ask me why.
I have no clue) and it got some strange behavior in the syncing process.

In the master zonegroup the user looks like this:
root@s3db1:~# radosgw-admin user info --uid
94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a
{
    "user_id":
"94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a",
    "display_name":
"94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a",
...
    "subusers": [],
    "keys": [
        {
            "user":
"94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a",
            "access_key": "ACCESS-KEY",
            "secret_key": "SECRET"
        }
    ],
...
}

In the other zonegroup the user looks like this:
root@ac1f6b4abef6:~# radosgw-admin user info --uid
94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a
{
    "user_id":
"94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a",
    "display_name":
"94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a",
...
    "subusers": [],
    "keys": [
        {
            "user":
"94c13787-0e79-4a67-b4f5-d4c71c59c16e:104648ad-9a3e-4b7a-8b30-3f14b261c20a:104648ad-9a3e-4b7a-8b30-3f14b261c20a",
            "access_key": "ACCESS-KEY",
            "secret_key": "SECRET"
        }
    ]
...
}

Buckets that belong to the user are not accessible at all in the 2nd
zonegroup.
Buckets that are in the master zonegroup work fine.

Maybe this is a bug, maybe colons are not allowed in user names?
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to