Description of problem: 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@3198de41; line: 1, column: 3] Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Start application and check engine.log 2. 3. Actual results: Application aborted on illegal configuration value Expected results: Value should be fixed to a legal JSON value and no error generated for this key upon application start Additional info:
Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone.
This bug is referenced in ovirt-engine 3.6.1.2 git log. Please check if the BZ is ready to be moved to QE and set target release accordingly.
Verified with: rhevm-3.6.2-0.1.el6.noarch No ERROR msgs on eninge.log about AutoRecoveryAllowedTypes.