Project

General

Profile

Actions

Bug #22985

closed

Buckets missing from rgw_read_user_buckets output

Added by Robin Johnson about 6 years ago. Updated almost 6 years ago.

Status:
Can't reproduce
Priority:
High
Assignee:
Target version:
-
% Done:

0%

Source:
Tags:
rgw, bucket-list
Backport:
luminous
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
rgw
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Some buckets that are known to exist have vanished from the listing of buckets.

Dreamhost tracking DHO-1722.

Here's an example from of our tech support staff, who noticed it on their own buckets.

# radosgw-admin --uid jerhec  bucket list |grep jerhec.dreamhosters.com
(no output)
# radosgw-admin --uid jerhec  metadata get bucket:jerhec.dreamhosters.com
{
    "key": "bucket:jerhec.dreamhosters.com",
    "ver": {
        "tag": "_pzGKFON9ecR6xvrlneQd4Kv",
        "ver": 3
    },
    "mtime": "2018-02-05 05:58:32.519748Z",
    "data": {
        "bucket": {
            "name": "jerhec.dreamhosters.com",
            "marker": "11164460.37390",
            "bucket_id": "default.506986875.1",
            "tenant": "",
            "explicit_placement": {
                "data_pool": ".rgw.data.1",
                "data_extra_pool": "",
                "index_pool": ".rgw.data.1" 
            }
        },
        "owner": "jerhec",
        "creation_time": "0.000000",
        "linked": "true",
        "has_bucket_info": "false" 
    }
}
Actions

Also available in: Atom PDF