Hide Forgot
Description of problem: The factors making up the host score are currently in a constants.py file, which while it can be hacked/changed, is not clean and will get overwritten on upgrade. It would be better for these to either live in a proper configuration file, or to at least allow overriding via a config file. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Changing the scores in constants.py (/usr/lib/python2.6/site-packages/ovirt_hosted_engine_ha/agent/) will influence the agent scores; however, it will be overwritten on upgrade. It's also not very intuitive. Expected results: Score changes should survive upgrades and be done in a file under /etc. Additional info:
Merged Change-Id: If485283c133eb517c9a3036ff42d1cd962a1697d
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0080.html