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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
