Change in ovirt-engine[master]: core: fix incorrect json value in config
emesika at redhat.com
emesika at redhat.com
Mon Dec 7 10:38:03 UTC 2015
Eli Mesika has submitted this change and it was merged.
Change subject: core: fix incorrect json value in config
......................................................................
core: fix incorrect json value in config
AutoRecoveryAllowedTypes config key value is {\"storage
domains\":\"true\",\"hosts\":\"true\"}
This is not a legal JSON format and generates the following error upon
application start:
ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
(ServerService Thread Pool -- 43) [] Error parsing option
'AutoRecoveryAllowedTypes' value: org.codehaus.jackson.JsonParse
Exception: Unexpected character ('\' (code 92)): was expecting
double-quote to start field name
at [Source: java.io.StringReader at 3198de41; line: 1, column: 3]
Change-Id: Iba1ffefd646219dbeb8909ab620a44f960fb97c1
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1287589
Signed-off-by: emesika <emesika at redhat.com>
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Eli Mesika: Verified; Passed CI tests
Allon Mureinik: Looks good to me, approved
Moti Asayag: Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/49567
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iba1ffefd646219dbeb8909ab620a44f960fb97c1
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Moti Asayag <masayag at redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
More information about the Engine-commits
mailing list