
Eli Mesika has submitted this change and it was merged. Change subject: core: setting all flags to true by default ...................................................................... core: setting all flags to true by default Gluster had already updated the behaviour of configuration flags to be true by default and to be set explicitly to false for the versions that the flag is not supported. This patch implement this method on all configuration flags and removes from 0000_config.sql redundant calls. If a value for a requested version is not found, the default value in the ConfigValues.java file a annotation is used. Change-Id: I467ce4e0e483af129559dae87629d2cd4fcf0221 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=996978 Signed-off-by: Eli Mesika <emesika@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 2 files changed, 18 insertions(+), 79 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/22671 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I467ce4e0e483af129559dae87629d2cd4fcf0221 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Sahina Bose <sabose@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server