intel-cloud / cosbench

a benchmark tool for cloud object storage service
Other
573 stars 242 forks source link

Authentication problems and no clue how to get around them #343

Open markseger opened 7 years ago

markseger commented 7 years ago

I can now get the controllers/driver started but when I submit a workload it's failing the authentication and I've no idea why. I'm using this:

and have tried several different combinations based on some earlier posts I've seen with google but with no luck. I tried enabling DEBUG in the driver and see no additional output. All I see is in the mission log it says "error receiving response from the keystone".

I'm also concerned over the low level activity in here and can't help but wondering is cosbench is no longer being supported. I do know a number of people are using it but can't tell what to do when there's a problem. I'm essentially dead in the water with no idea where to turn for help.

-mark

markseger commented 7 years ago

for a few more details, it's not completely clear to me from the error messages in the mission log what is going on. IT says things and it 's not really clear to me what they mean:

The target server failed to respond error receiving response from the keystone fail to login with 1 attempt(s)

so was it actually a connection problem to the remote machine of a problem with my credentials. big difference...

and if I look in the system log after enabling debugging I see this:

HTTP/1.1 200 OK {"succ":false,"error":"fail to login - see log for details","code":200}

but no clue what log it's referring to as this is about as detailed at it gets. OR is there some other log it's talking about?

is anyone having success talking to swift? I do suspect some folks areee

-mark