Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-26 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: xmlrpc: Support HTTP 1.1 .. xmlrpc: Support HTTP 1.1 Supporting HTTP 1.1 allow using keep-alive on the client side, decreasing the latency and load on

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-26 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 6: Code-Review+2 (1 comment) http://gerrit.ovirt.org/#/c/24294/6//COMMIT_MSG Commit Message: Line 16: methods are used

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-24 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/24294/6//COMMIT_MSG Commit Message: Line 16: methods are used only on Python

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-24 Thread abaron
Ayal Baron has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/24294/6//COMMIT_MSG Commit Message: Line 16: methods are used only on Python

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-23 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 6: Verified+1 Rebase over dependent patch. Verified on RHEL 6.5 host and ovirt-engine 3.4 beta2: - starting and stopping vms

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-23 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 6: Build Successful http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/6461/ : SUCCESS

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-23 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 6: Code-Review-1 (1 comment) http://gerrit.ovirt.org/#/c/24294/6//COMMIT_MSG Commit Message: Line 16: methods are used

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-17 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 5: Separate daemon threads change to http://gerrit.ovirt.org/24555, addressing Allon comment. -- To view, visit

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-17 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 5: Build Successful http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit/7276/ : SUCCESS

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-17 Thread asegurap
Antoni Segura Puimedon has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 5: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/24294 To unsubscribe, visit

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-17 Thread alitke
Adam Litke has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 5: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/24294 To unsubscribe, visit http://gerrit.ovirt.org/settings

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-11 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 4: Build Successful http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/6295/ : SUCCESS

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-11 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 4: Verified+1 Changes: - Add configuration variable to allow disabling in case this cause trouble in the field - Fix typos

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-11 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 4: Typical log of a machine running 3 vms, show 3 long running threads used for xmlrpc requests: [root@dhcp-3-151 RPMS]#

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread nsoffer
Nir Soffer has uploaded a new change for review. Change subject: xmlrpc: Support HTTP 1.1 .. xmlrpc: Support HTTP 1.1 Supporting HTTP 1.1 allow using keep-alive on the client side, decreasing the latency and load on the engine

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 1: Build Successful http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/6286/ : SUCCESS

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 1: Verified+1 Seems to work, tested lightly with engine version 3.4. Not sure how to test if engine uses keep alive as we

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 2: Verified+1 Setting protocol_version to HTTP/1.1 enabling automatic keep-alive. -- To view, visit

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 2: Build Successful http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/6288/ : SUCCESS

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread asegurap
Antoni Segura Puimedon has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 2: (1 comment) Only a first read. Have to check the Python/Lib code

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/24294/2//COMMIT_MSG Commit Message: Line 16: methods are used only on Python

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 3: Use daemon threads, preventing delays on shutdown. -- To view, visit http://gerrit.ovirt.org/24294 To unsubscribe, visit

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 3: Build Successful http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/6292/ : SUCCESS

Change in vdsm[master]: xmlrpc: Support HTTP 1.1

2014-02-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: xmlrpc: Support HTTP 1.1 .. Patch Set 3: Verified+1 Tested only the secured server with engine version 3.4. -- To view, visit http://gerrit.ovirt.org/24294 To