[ceph-users] Restful API and Cephfs quota usage

2023-06-13 Thread Sake
Hi! I would like to build a simple PowerShell script which monitors the quotas set on certain directories. Is this possible via the Restful API? Some extra information:Ceph version 17.2.6Deployed via Cephadm and having mgr nodes with an accessable Rest API. Folder structure:/  Folder 1/  Folder 2/ 

[ceph-users] Re: Updating the Grafana SSL certificate in Quincy

2023-06-13 Thread Thorne Lawler
Hi Eugen! It turns out that I had all of the following set: mgr/cephadm/grafana_crt mgr/cephadm/admin/grafana_crt mgr/cephadm/san1/grafana_crt ...but only the last one was being read. Fixed now. On 8/06/2023 7:30 pm, Eugen Block wrote: Hi, can you paste the following output? # ceph confi

[ceph-users] Re: How to release the invalid tcp connection under radosgw?

2023-06-13 Thread Louis Koo
[root@et-uos-warm03 deeproute]# cutter 10.x.x.12 Finished in 0.49 seconds (total: 0.00 seconds) 0 test(s), 0 assertion(s), 0 failure(s), 0 error(s), 0 pending(s), 0 omission(s), 0 notification(s) 0% passed it's invalid. ___ ceph-users mailin

[ceph-users] Re: How to release the invalid tcp connection under radosgw?

2023-06-13 Thread Louis Koo
Thanks for your response, Only can cut off the connections manually? and the os is centos, the same with ubuntu? ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Ceph User + Dev Monthly June Meetup

2023-06-13 Thread Neha Ojha
Hi everyone, This month's Ceph User + Dev Monthly meetup is on June 15, 14:00-15:00 UTC. We'd love to share details about the first Reef release candidate. Please feel free to add more topics to https://pad.ceph.com/p/ceph-user-dev-monthly-minutes. Hope to see you there! Thanks, Neha ___

[ceph-users] First Reef release candidate - v18.1.0

2023-06-13 Thread Neha Ojha
Hi everyone, This is the first release candidate for Reef. The Reef release comes with a new RockDB version (7.9.2) [0], which incorporates several performance improvements and features. Our internal testing doesn't show any side effects from the new version, but we are very eager to hear communi

[ceph-users] Re: RGW striping configuration.

2023-06-13 Thread Teja A
Thank you for the explanation. Very helpful. The docs are somewhat confusing as they did not make this obvious or clear. I presume the concept of stripe count and width are applicable when using RBD. On Tue, Jun 13, 2023 at 7:48 AM Casey Bodley wrote: > radosgw's object striping does not repeat

[ceph-users] Re: RGW striping configuration.

2023-06-13 Thread Casey Bodley
radosgw's object striping does not repeat, so there is no concept of 'stripe width'. rgw_obj_stripe_size just controls the maximum size of each rados object, so the 'stripe count' is essentially just the total s3 object size divided by rgw_obj_stripe_size On Tue, Jun 13, 2023 at 10:22 AM Teja A w

[ceph-users] Announcing go-ceph v0.22.0

2023-06-13 Thread Anoop C S
We are happy to announce another release of the go-ceph API library. This is a regular release following our every-two-months release cadence. https://github.com/ceph/go-ceph/releases/tag/v0.22.0 More details are available at the link above. The library includes bindings that aim to play a simil

[ceph-users] RGW striping configuration.

2023-06-13 Thread Teja A
Hello I am working on an application that uses rados gateway to store objects onto a ceph cluster. I am currently working on optimizing the latency for storing/retrieving objects from the cluster. My goal to improve read/write latencies is to have RGW write/read multiple rados objects in parallel

[ceph-users] RGW: exposing multi-tenant

2023-06-13 Thread Rok Jaklič
Hi, are there any drawbacks of exposing multi-tenant deployment of RGWs directly to users so they can use any S3 client to connect to service or should we put something in front of RGWs? How many users in multi-tenant deployment can CEPH handle? Kind regards, Rok

[ceph-users] Re: RGW: Migrating a long-lived cluster to multi-site, fixing an EC pool mistake

2023-06-13 Thread Christian Theune
Following up to myself and for posterity: I’m going to try to perform a switch here using (temporary) storage classes and renaming of the pools to ensure that I can quickly change the STANDARD class to a better EC pool and have new objects located there. After that we’ll add (temporary) lifecyc

[ceph-users] RGW STS Token Forbidden error since upgrading to Quincy 17.2.6

2023-06-13 Thread Austin Axworthy
Hi, We are using STS tokens to grant temporary access for users. I was running ceph version 15.2.16 and this method worked as expected until the cluster was upgraded to 17.2.6. Using boto3 I am able to assume the correct role, but when trying to use the temporary credentials a forbidden er

[ceph-users] Re: How to release the invalid tcp connection under radosgw?

2023-06-13 Thread Alexander E. Patrakov
Hello Louis, On Tue, Jun 13, 2023 at 11:51 AM Louis Koo wrote: > > connections: > [root@et-uos-warm02 deeproute]# netstat -anltp | grep rados | grep > 10.x.x.x:7480 | grep ESTAB | grep 10.12 | wc -l > 6650 > > The prints: > tcp0 0 10.x.x.x:7480 10.x.x.12:40210 ESTABLISHE

[ceph-users] same OSD in multiple CRUSH hierarchies

2023-06-13 Thread Budai Laszlo
Hi there, I'm curious if there is anything against configuring an ODS to be part in multiple CRUSH hierarchies. I'm thinking of the following scenario: I want to create pools that are using distinct sets of OSDs. I want to make sure that a piece data which replicated at application level will

[ceph-users] Re: OSD stuck down

2023-06-13 Thread Eugen Block
Hi, did you check the MON logs? They should contain some information about the reason why the OSD is marked down and out. You could also just try to mark it in yourself, does it change anything? $ ceph osd in 34 I would also take another look into the OSD logs: cephadm logs --name osd.34