[ceph-users] Re: Multiple DNS names for RGW?

2021-08-16 Thread Gabriel Tzagkarakis
hello, we are already doing something similar, having multiple hostnames publicly using just one backend hostname. Since you are using haproxy, in your haproxy backend section you could enforce a single hostname by setting the header like this http-request set-header Host example.com i hope this

[ceph-users] Re: PG scaling questions

2021-08-04 Thread Gabriel Tzagkarakis
ou On Tue, Aug 3, 2021 at 4:51 PM 胡 玮文 wrote: > > 在 2021年8月3日,21:32,Gabriel Tzagkarakis 写道: > >  > hi , thank you for replying > > Does this method refer to manually setting the number of placement groups > while keeping autoscale_mode setting off ? > Also from what i

[ceph-users] Re: PG scaling questions

2021-08-03 Thread Gabriel Tzagkarakis
should throttling backfill when OSD is nearly full, which in turn will > throttling pgp_num increase. > > > > *发件人: *Gabriel Tzagkarakis > *发送时间: *2021年8月3日 19:42 > *收件人: *ceph-users@ceph.io > *主题: *[ceph-users] PG scaling questions > > > > hello everyone, >

[ceph-users] PG scaling questions

2021-08-03 Thread Gabriel Tzagkarakis
hello everyone, I would like to know how does the autoscale or manual scaling actually works to prevent my cluster from running out of disk space. Let's say i want to scale a pool of 8 PGs each ~400Gb to 32 PGs. 1) does each placement group get split in 4 pieces IN-PLACE all at the same time ? 2