Eli Mesika has posted comments on this change. Change subject: Set default sync time between hosts to 100ms ......................................................................
Patch Set 2: (1 comment) https://gerrit.ovirt.org/#/c/38405/2/packaging/dbscripts/upgrade/03_06_0960_update_host_drift_time.sql File packaging/dbscripts/upgrade/03_06_0960_update_host_drift_time.sql: Line 1: UPDATE vdc_options SET option_value = 100 WHERE option_name = 'HostTimeDriftInSec'; > option name should indicate it is now in miliseconds look for fn_db_rename_config_key in common_sp.sql This should be select fn_db_rename_config_key('HostTimeDriftInSec', 'HostTimeDriftInMiliSec', 'general') UPDATE vdc_options SET option_value = 100 WHERE option_name = 'HostTimeDriftInMiliSec' and versin = 'general'; Also you should update the key name in the ADD section to the new name and of course all calls from engine to use the new name -- To view, visit https://gerrit.ovirt.org/38405 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie58904e8dae88f17412b884e4add17cca0b4fe9f Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
