Daniel Erez has uploaded a new change for review. Change subject: core: disable LiveStorageMigration on 3.1 ......................................................................
core: disable LiveStorageMigration on 3.1 'LiveStorageMigrationEnabled' configuration value should be 'false' for 3.1. Change-Id: Iafa6677910432ef076d9b1390434be8a8c52a5a9 Signed-off-by: Daniel Erez <de...@redhat.com> --- M backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/57/8857/1 diff --git a/backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql b/backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql index 36ddb6a..e98124d 100644 --- a/backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -258,7 +258,7 @@ select fn_db_add_config_value('LiveSnapshotEnabled','true','3.2'); select fn_db_add_config_value('LiveStorageMigrationEnabled','false','2.2'); select fn_db_add_config_value('LiveStorageMigrationEnabled','false','3.0'); -select fn_db_add_config_value('LiveStorageMigrationEnabled','true','3.1'); +select fn_db_add_config_value('LiveStorageMigrationEnabled','false','3.1'); select fn_db_add_config_value('LiveStorageMigrationEnabled','true','3.2'); select fn_db_add_config_value('LocalAdminPassword','123456','general'); select fn_db_add_config_value('LocalStorageEnabled','false','2.2'); -- To view, visit http://gerrit.ovirt.org/8857 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iafa6677910432ef076d9b1390434be8a8c52a5a9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <de...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches