You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@davidbw246 Hi. Does any other S3 access succeed from the same host and creds that you're running cosbench? Is this a network issue perhaps? Not enough info to know, but I would start by checking that aws cli is able to connect:
AWS_ACCESS_KEY_ID=??? AWS_SECRET_ACCESS_KEY=??? aws s3 --endpoint ??? ls
cosbench is working now on my ocp+ cluster with http.
I had been using the port that "noobaa status" reported under NodePorts, which looks like is for port 443 which is for https.
Greg Kishi pointed out should use the first port listed from "oc get service s3", which is for port 80 and is for http.
cosbench with https with port 443 fails with "Unable to execute HTTP request: peer not authenticated", possibly due to a known issue with cosbench not working with self signed certificates(intel-cloud/cosbench#277).
Environment info
Actual behavior
Expected behavior
Steps to reproduce
More information
oc logs noobaa-endpoint does not log any records for the failures.
cosbench logs show:
- Unable to execute HTTP request: The target server failed to respond
- Status Code: 503 AWS Error Code: Service unavailable
- Status Code: 503 AWS Error Code: Service unavailable
The text was updated successfully, but these errors were encountered: