[ceph-users] Strange USED size

2020-10-22 Thread Marcelo
14.5236 GiB default.rgw.buckets.non-ec 1627 B 1 192 KiB 036 GiB Does anyone know what are the maths behind this, to show 18GiB used when I have something like 1 MiB? Thanks in advance, Marcelo. ___ ceph-users mailin

[ceph-users] Module 'dashboard' has failed: '_cffi_backend.CDataGCP' object has no attribute 'type'

2020-11-17 Thread Marcelo
et mgr mgr/dashboard/ssl false, the error goes away. I tried to manually upload the certs, but I'm still hitting the error. Has anyone experienced something similar? Thanks, Marcelo. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: Module 'dashboard' has failed: '_cffi_backend.CDataGCP' object has no attribute 'type'

2020-11-18 Thread Marcelo
not related to Ceph Em qua., 18 de nov. de 2020 às 06:09, Sebastian Wagner escreveu: > Sounds like a bug. mind creating a tracker issue? > > https://tracker.ceph.com/projects/mgr/issues/new > > Am 17.11.20 um 17:39 schrieb Marcelo: > > Hello all. > > > > I'm trying

[ceph-users] Storage-class split objects

2021-02-10 Thread Marcelo
itself is in the HOT pool, however it creates this other object similar to an index in the STANDARD pool. Monitoring with iostat we noticed that this behavior generates an unnecessary IO on disks that do not need to be touched. Why this behavior? Are there any ways around it? Thanks, Marcelo

[ceph-users] Re: Storage-class split objects

2021-02-11 Thread Marcelo
type of object metadata in the index, just a listing of the objects? Thanks again, Marcelo. <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Livre de vírus. www.avast.com <https://www.avast.com/sig-email?utm_medium=

[ceph-users] Re: Storage-class split objects

2021-02-12 Thread Marcelo
Hello Casey. Thanks again, I still couldn't quite understand this issue of objects in Ceph, and with your explanation it became clearer. Thank you, Marcelo Em qui., 11 de fev. de 2021 às 13:36, Casey Bodley escreveu: > On Thu, Feb 11, 2021 at 9:31 AM Marcelo wrote: > > > >

[ceph-users] List number of buckets owned per user

2021-02-24 Thread Marcelo
Hello. I'm trying to list the number of buckets that users have for monitoring purposes, but I need to list and count the number of buckets per user. Is it possible to get this information somewhere else? Thanks, Marcelo ___ ceph-users mailing

[ceph-users] bucket index and WAL/DB

2021-03-25 Thread Marcelo
that this only applies to the filestore. Is this correct or can I use this same structure with bluestore? Thank you all, Marcelo. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: [Suspicious newsletter] bucket index and WAL/DB

2021-03-26 Thread Marcelo
ements will happen. > > Istvan Szabo > Senior Infrastructure Engineer > --- > Agoda Services Co., Ltd. > e: istvan.sz...@agoda.com > ------- > > -Original Message- > From: M

[ceph-users] Re: [Suspicious newsletter] Re: [Suspicious newsletter] bucket index and WAL/DB

2021-03-29 Thread Marcelo
> Senior Infrastructure Engineer > --- > Agoda Services Co., Ltd. > e: istvan.sz...@agoda.com > ------- > > -Original Message- > From: Marcelo > Sent: Friday, March 26, 2021 7:35 PM > Cc: ceph-users@ceph.io > Subjec

[ceph-users] Lifecycle message on logs

2020-06-25 Thread Marcelo Miziara
t luminous 12.2.12 Thanks, Marcelo. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] RGW STS - MalformedPolicyDocument

2021-09-03 Thread Marcelo Mariano Miziara
quot;arn:aws:iam:::role/role1", "CreateDate": "2021-09-02T13:19:39.721Z", "MaxSessionDuration": 3600, "AssumeRolePolicyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"AWS\":[\"arn:aws:iam:::user/someuser\"]},\"Action\":[\"sts:AssumeRole\"]}]}" } - Does anyone have any idea where I might be going wrong? I did a test on aws, with the same JSON (adding my arn account) and it worked. Thanks, Marcelo! ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: RGW STS - MalformedPolicyDocument

2021-09-05 Thread Marcelo Mariano Miziara
ts. With the example python from the page https://docs.ceph.com/en/latest/radosgw/STS/ it worked (it has an extra "]" that needs to be removed in the policy_document variable). Thanks again, Marcelo. De: "Pritha Srivastava" Para: "marcelo.miziara serpro" Cc

[ceph-users] Re: RGW STS - MalformedPolicyDocument

2021-09-05 Thread Marcelo Mariano Miziara
e used your policy file with "Main" corrected to "Principal", like below: { "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Principal":{ "AWS":[ "arn:aws:iam:::user/someuser" ] },

[ceph-users] RGW limiting requests/sec

2022-04-20 Thread Marcelo Mariano Miziara
k you very much, Marcelo. "Essa mensagem do SERVIÇO FEDERAL DE PROCESSAMENTO DE DADOS (SERPRO), empresa pública federal regida pelo disposto na Lei Federal nº 5.615, é enviada exclusivamente ao destinatário informado e pode conter dados pessoais, protegidos pela Lei Geral de Proteção de Da

[ceph-users] Re: RGW unable to delete a bucket

2020-08-12 Thread Marcelo Mariano Miziara
Hi, What version are you using? There seems to exist a bug (https://tracker.ceph.com/issues/42358), we had the same problem using redhat 12.2.12-84. Te only way to stop the rgw logs to crash the machine was to restart the service. To remove the bucket we had to upgrade to 12.2.12.-115 - M