Comment 6 for bug 1888665

Revision history for this message
Doug Szumski (dszumski) wrote :

From what I can see, there is no timeout set when the Cinder client is created in Nova, and the Python requests library defaults to no timeout. Therefore, where is the timeout coming from? From looking at a similar issue, in my case, HAProxy appears to be causing it. I see some long running requests (exceeding the HAProxy timeout of 10s) in Cinder, but HAProxy has `timeout http-request 10s` set. Do you have a similar setup Jacolex, or is Nova talking directly to Cinder in your case?