rgw: add minor data to schema examination

This commit is contained in:
Greg Farnum 2010-03-26 15:55:47 -07:00
parent aa490a761b
commit 06d8e1696f

View File

@ -16,4 +16,13 @@ user IDs are strings, as with S3.
buckets:
ui_email_bucket: hold objects named by email and containing encoded RGWUIDs
ui_bucket: holds objects named by user_id and containing encoded RGWUserInfos
root_bucket: holds objects corresponding to the other buckets, with ACLs in their attrs.
root_bucket: holds objects corresponding to the other buckets, with ACLs in their attrs.
Observed schema:
buckets:
.rgw -- contains: .users -- empty
.users.email -- empty
johnny1 -- bucket name -- empty
.users -- contains: anonymous -- empty
bucket for each user id -- contains binary, key, binary, secret key, binary, user name, binary, user email
.users.email -- contains bucket for each user email -- contains binary, then user id