Change in ovirt-engine[master]: core: db - fixing configuration settings This patch modifies...

Eli Mesika has submitted this change and it was merged. Change subject: core: db - fixing configuration settings This patch modifies the following configuration values settings: ...................................................................... core: db - fixing configuration settings This patch modifies the following configuration values settings: DisableFenceAtStartupInSec LogPhysicalMemoryThresholdInMB oVirtISOsRepositoryPath VdsLocalDisksCriticallyLowFreeSpace VdsLocalDisksLowFreeSpace Note : these values may be customized by the engine-config tool and if value was updated, we should honor new value. The following configuration values have the same value in "add" and "update" section and were removed from the upgrade section: DisableFenceAtStartupInSec LogPhysicalMemoryThresholdInMB The following configuration values had been changed from the default but we should verify when updating these values that it were not already changed using the engine-config tool. These is done by updating the value only if the current value matches the default value given as an argument to the update function: oVirtISOsRepositoryPath VdsLocalDisksCriticallyLowFreeSpace VdsLocalDisksLowFreeSpace Change-Id: Ifdaf26d9c1934635e9b2942be9139e9aa6731c30 Signed-off-by: Eli Mesika <emesika@redhat.com> --- M backend/manager/dbscripts/upgrade/pre_upgrade/config.sql 1 file changed, 3 insertions(+), 5 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4300 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifdaf26d9c1934635e9b2942be9139e9aa6731c30 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com>
participants (1)
-
emesika@redhat.com