Mike Kolesnik has uploaded a new change for review. Change subject: engine: Use old method of network init on 3.2 hosts ......................................................................
engine: Use old method of network init on 3.2 hosts When using setup networks to set the host's management network instead of the host deploy, the operation can sometimes fail as super VDSM service is not ready yet (although VDSM seems active). We have considered a possibility to retry the operation, but there is no good way to know what caused the first attempt to fail, or how many attempts should be made. Hence, the chosen solution was to have the old way for 3.2 hosts, and for 3.3 hosts only the setup networks post-installation will occur. Change-Id: Icd1f41ee037f46a7e9ca360f3d10d5d2a5bcc547 Bug-Url: https://bugzilla.redhat.com/999461 Signed-off-by: Mike Kolesnik <mkole...@redhat.com> --- M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/85/18785/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index a66b4ff..333599e 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -196,6 +196,7 @@ select fn_db_add_config_value('VirtIoScsiUnsupportedOsList','WindowsXP,RHEL5,RHEL5x64,RHEL4,RHEL4x64,RHEL3,RHEL3x64','general'); select fn_db_add_config_value('NormalizedMgmgNetworkEnabled','false','3.0'); select fn_db_add_config_value('NormalizedMgmgNetworkEnabled','false','3.1'); +select fn_db_add_config_value('NormalizedMgmgNetworkEnabled','false','3.2'); -- by default use no proxy select fn_db_add_config_value('SpiceProxyDefault','','general'); -- To view, visit http://gerrit.ovirt.org/18785 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icd1f41ee037f46a7e9ca360f3d10d5d2a5bcc547 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Mike Kolesnik <mkole...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches