Let's take for example a situation where I have a standart storage class backed by HDDs and a fast one on SSDs. The user will mix the classes in the bucket and I would like to know how much space Is he taking on the HDDs and how much on the SSDs so I can bill him.

In this scenario I don't care that the head object is on HDDs. I would just like to transparently know how much Is stored where.

I hope it makes sense.

Ondrej


On Apr 4, 2024 23:20, Anthony D'Atri <anthony.da...@gmail.com> wrote:

A bucket may contain objects spread across multiple storage classes, and AIUI the head object is always in the default storage class, so I'm not sure *exactly* what you're after here.

> On Apr 4, 2024, at 17:09, Ondřej Kukla <ond...@kuuk.la> wrote:
>
> 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
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io


_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to