Eli Mesika has posted comments on this change. Change subject: core: use native launch as the default console mode ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/40605/1/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql File packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql: Line 585: select fn_db_add_config_value('NetworkConnectivityCheckTimeoutInSeconds','120','general'); Line 586: -- AutoRecoveryConfiguration Line 587: select fn_db_add_config_value('AutoRecoveryAllowedTypes','{\"storage domains\":\"true\",\"hosts\":\"true\"}','general'); Line 588: -- SPICE client mode default settings (Auto, Native, Plugin) Line 589: select fn_db_add_config_value('ClientModeSpiceDefault','Native','general'); > According to the BZ it should not touch the existing installations. Or is i OK , so its correct Line 590: -- VNC client mode default settings (Native, NoVnc) Line 591: select fn_db_add_config_value('ClientModeVncDefault','Native','general'); Line 592: -- RDP client mode default settings (Auto, Native, Plugin) Line 593: select fn_db_add_config_value('ClientModeRdpDefault','Auto','general'); -- To view, visit https://gerrit.ovirt.org/40605 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4e63a2386d7bd43757c34b7839a6b4e3ca3520b2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
