Hello, 

I’m playing around with Storage classes in rgw and I’m looking for ways to see 
per bucket statistics for the diferent storage classes (for billing purposes 
etc.).

I though that I would add another object to the bucket usage response like for 
multiparts - rgw.multimeta, but it’s counted under the rgw.mainIs.

Is there some option to get this info?

Ondrej


Bucket usage I’m referring to

"usage": {
        "rgw.main": {
            "size": 1333179575,
            "size_actual": 1333190656,
            "size_utilized": 1333179575,
            "size_kb": 1301934,
            "size_kb_actual": 1301944,
            "size_kb_utilized": 1301934,
            "num_objects": 4
        },
        "rgw.multimeta": {
            "size": 0,
            "size_actual": 0,
            "size_utilized": 0,
            "size_kb": 0,
            "size_kb_actual": 0,
            "size_kb_utilized": 0,
            "num_objects": 0
        }
}
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to