Eli Mesika has posted comments on this change. Change subject: xmlrpc: change default value of max allowed connections ......................................................................
Patch Set 1: Code-Review-1 (1 comment) Change will take affect only for new installation and will not affect current ones https://gerrit.ovirt.org/#/c/40852/1/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql File packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql: Line 675: select fn_db_add_config_value('VdsFenceOptionMapping','apc:secure=secure,port=ipport,slot=port;apc_snmp:port=port;bladecenter:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;drac5:secure=secure,slot=port;drac7:;eps:slot=port;hpblade:port=port;ilo:secure=ssl,port=ipport;ipmilan:;ilo2:secure=ssl,port=ipport;ilo3:;ilo4:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port','3.4'); Line 676: select fn_db_add_config_value('VdsFenceOptionMapping','apc:secure=secure,port=ipport,slot=port;apc_snmp:port=port;bladecenter:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;drac5:secure=secure,slot=port;drac7:;eps:slot=port;hpblade:port=port;ilo:secure=ssl,port=ipport;ipmilan:;ilo2:secure=ssl,port=ipport;ilo3:;ilo4:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port','3.5'); Line 677: select fn_db_add_config_value('VdsMaxConnectionsPerHost','2','general'); Line 678: select fn_db_add_config_value('IrsMaxConnectionsPerHost','2','general'); Line 679: select fn_db_add_config_value('MaxTotalConnections','250','general'); you should also add below in the UPDATE section select fn_db_update_config_value('MaxTotalConnections','250','general'); Line 680: select fn_db_add_config_value('CustomVdsFenceOptionMapping','','general'); Line 681: select fn_db_add_config_value('VdsFenceOptions','','general'); Line 682: select fn_db_add_config_value('VdsFenceOptionTypes','secure=bool,port=int,slot=int','general'); Line 683: select fn_db_add_config_value('VdsFenceType','alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs','3.0'); -- To view, visit https://gerrit.ovirt.org/40852 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibdd8c6b6ca0b7d4b4cd755c25634f7b60bc123b4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5.3 Gerrit-Owner: Piotr Kliczewski <piotr.kliczew...@gmail.com> Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches