Hello,
                I  found a bucket that some objects in this bucket can not list!

Bucket stats shows there are 3182 objects, but swift list or s3 only shows 2028 
 objects,
Listomapkeys also shows 2028 entries exclude multipart
I have run  radosgw-admin  bucket check  --fix --check-objects   
--bucket=originalData, seems no use
Those ‘missing’ objects can really downloaded indeed.

Any help is appreciated


radosgw-admin  bucket stats --bucket=originalData
{
    "bucket": "originalData",
    "pool": ".rgw.buckets",
    "index_pool": ".rgw.buckets.index",
    "id": "default.58735832.21",
    "marker": "default.58735832.21",
    "owner": "originalData",
    "ver": "0#933671",
    "master_ver": "0#0",
    "mtime": "2017-05-22 11:30:55.000000",
    "max_marker": "0#",
    "usage": {
        "rgw.main": {
            "size_kb": 12178836,
            "size_kb_actual": 12183236,
            "num_objects": 3182
        },
        "rgw.multimeta": {
            "size_kb": 0,
            "size_kb_actual": 0,
            "num_objects": 55
        }
    },
    "bucket_quota": {
        "enabled": false,
        "max_size_kb": -1,
        "max_objects": -1
    }
}

[ceph@SVR7794HW2285 test]$ rados -p .rgw.buckets.index listomapkeys 
.dir.default.58735832.21 |grep -v _multipart_ |wc
   2028    2028  200818

[ceph@SVR7794HW2285 ~]$ swift list originalData |wc
   2028    2028  200818
[ceph@SVR7794HW2285 ~]$



_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to