Agreed and you may see some bays run hot when the cabling is not optimal behind
the bay, reseating and re routing the bay cabling if possible may help.
-Original Message-
From: Anthony D'Atri
Sent: Tuesday, October 15, 2024 1:48 PM
To: Mat Young
Cc: Tim Sauerbein ; ceph-
Looking at the smartlog seems to show 63C current temp with 53C as worst case
which doesn’t make a lot of sense. Could they drive be thermally throttling?
Rgds
mat
From: Tim Sauerbein
Sent: Tuesday, October 15, 2024 11:21 AM
To: ceph-users
Subject: [ceph-users] Re: SLOW_OPS problems
Hello,
I just submitted: https://tracker.ceph.com/issues/58890
Here are more details about the configuration. Note that I've tried a URL with
and without a trailing `/` slash like what appears in the ISS.
STS OpenIDConnectProvider
{
"ClientIDList": [
"radosgw"
],
"CreateDate": "20
I've setup RadosGW with STS ontop of my ceph cluster. It works great and fine
but I'm also trying to setup authentication with an OpenIDConnect provider. I'm
have a hard time troubleshooting issues because the radosgw log file doesn't
have much information in it. For example when I try to use th
real issue. Replacing the
thumbprint with a valid one fixed my problem.
I followed these instructions to get a valid thumbprint from my cert:
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html
V/r,
-= Mat
Hello,
I'm attempting to setup an OpenIDConnect provider with RGW. I'm doing this
using the boto3 API & Python. However it seems that the APIs are failing in
some unexpected ways because radosgw was not setup correctly. There is sample
code below, and yes, I know there are "secrets" in it - but