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/
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
[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
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
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
___
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo