Hi, we are already running the "default" rgw pool with some users. Data is stored in pool: pool 9 'default.rgw.buckets.data' erasure profile ec-32-profile size 5 min_size 4 crush_rule 1 object_hash rjenkins pg_num 512 pgp_num 512 autoscale_mode on last_change 309346 lfor 0/127784/214408 flags hashpspool,ec_overwrites,backfillfull stripe_width 12288 application rgw Is it possible to create another rgw pool with diferent ec profile and associate those pools to specific s3 users? Kind regards, Rok
we are already running the "default" rgw pool with some users.
Data is stored in pool: pool 9 'default.rgw.buckets.data' erasure profile ec-32-profile size 5 min_size 4 crush_rule 1 object_hash rjenkins pg_num 512 pgp_num 512 autoscale_mode on last_change 309346 lfor 0/127784/214408 flags hashpspool,ec_overwrites,backfillfull stripe_width 12288 application rgw
Is it possible to create another rgw pool with diferent ec profile and associate those pools to specific s3 users?
https://docs.ceph.com/en/latest/radosgw/placement/ -- May the most significant bit of your life be positive.
Absolutely. You define a placement target and storage class in the zone / zonegroup, commit the period, and create/modify the users. New buckets they create will then go to the secondary storage class. Clients can also specify a storage class in their request headers, and you can also force the issue with an ingest Lua script. https://docs.ceph.com/en/latest/radosgw/placement/ https://www.youtube.com/watch?v=m0Ok5X2I5Ps
On Nov 29, 2024, at 5:55 AM, Rok Jaklič <rjaklic@gmail.com> wrote:
Hi,
we are already running the "default" rgw pool with some users.
Data is stored in pool: pool 9 'default.rgw.buckets.data' erasure profile ec-32-profile size 5 min_size 4 crush_rule 1 object_hash rjenkins pg_num 512 pgp_num 512 autoscale_mode on last_change 309346 lfor 0/127784/214408 flags hashpspool,ec_overwrites,backfillfull stripe_width 12288 application rgw
Is it possible to create another rgw pool with diferent ec profile and associate those pools to specific s3 users?
Kind regards, Rok _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (3)
-
Anthony D'Atri
-
Janne Johansson
-
Rok Jaklič