Back to bug 1324549

Who When What Removed Added
Red Hat Bugzilla Rules Engine 2016-04-06 15:20:11 UTC Flags testing_ack? planning_ack?
Gil Klein 2016-04-06 15:24:04 UTC Keywords Automation, AutomationBlocker, Regression
CC gklein
Flags ovirt-4.0.0?
Severity unspecified urgent
Red Hat Bugzilla Rules Engine 2016-04-06 15:24:11 UTC Target Milestone --- ovirt-4.0.0
Gil Klein 2016-04-06 15:25:47 UTC Keywords Automation, AutomationBlocker, Regression
Status NEW CLOSED
Resolution --- NOTABUG
Target Milestone ovirt-4.0.0 ---
Last Closed 2016-04-06 11:25:47 UTC
Kobi Hakimi 2016-04-20 11:02:52 UTC Status CLOSED NEW
Resolution NOTABUG ---
Keywords Reopened
Red Hat Bugzilla Rules Engine 2016-04-20 11:02:56 UTC Target Milestone --- ovirt-4.0.0
Juan Hernández 2016-04-20 11:04:45 UTC Status NEW ASSIGNED
CC juan.hernandez
Component General RestAPI
Assignee bugs juan.hernandez
QA Contact pstehlik
Gil Klein 2016-04-20 19:48:00 UTC Keywords Reopened AutomationBlocker, Regression
Gil Klein 2016-04-20 19:52:08 UTC Summary http connection create many open files until we got "IOError: [Errno 24] Too many open files" Response to HEAD requests does not contain a "Connection: close" header which leads to "IOError: [Errno 24] Too many open files"
Oved Ourfali 2016-04-25 10:37:42 UTC Keywords AutomationBlocker, Regression
CC oourfali
Severity urgent medium
Gil Klein 2016-05-02 06:35:37 UTC Keywords Regression
Sandro Bonazzola 2016-05-02 10:06:07 UTC Target Milestone ovirt-4.0.0-alpha ovirt-4.0.0-beta
Moran Goldboim 2016-05-02 12:54:43 UTC CC mgoldboi
Flags planning_ack? planning_ack+
Juan Hernández 2016-05-03 10:32:18 UTC Status ASSIGNED ON_QA
Doc Text The default configuration of the web server in EL6 disables persistent connections, adding the following parameter to the /etc/httpd/conf/httpd.conf file:

KeepAlive Off

This means that programs using the API will always receive the following response header, for all requests:

Connection: close

In EL7 persistent connections are enabled by default, which is good for performance in general, but may cause issues for programs that expect that "Connection: close" header. We users to update those programs so that they don't require the header, but if that isn't possible then the previous behavior of the server can be restored adding the "KeepAlive Off" parameter to the web server configuration.
Doc Type Bug Fix Release Note
Martin Perina 2016-05-06 07:56:49 UTC Target Release --- 4.0.0
CC mperina
Pavel Stehlik 2016-06-16 09:20:45 UTC QA Contact pstehlik khakimi
Flags testing_ack? testing_ack+
Red Hat Bugzilla Rules Engine 2016-06-16 09:20:52 UTC Flags ovirt-4.0.0? ovirt-4.0.0+
Kobi Hakimi 2016-06-16 12:23:10 UTC Status ON_QA CLOSED
Resolution --- NOTABUG
Last Closed 2016-04-06 11:25:47 UTC 2016-06-16 08:23:10 UTC

Back to bug 1324549