Description of problem: 'Enable KSM' is not set by default on new created clusters while for Default cluster it is set. Version-Release number of selected component (if applicable): ovirt-engine-4.4.1.7-0.3.el8ev.noarch How reproducible:always Steps to Reproduce: 1. Create a new cluster, add the host. 2. Check Edit cluster/Optimization window. Actual results: 'Enable KSM' is false engine=# select name, enable_ksm from cluster_view; name | enable_ksm ---------------------------+------------ Default | t new_cluster | f engine=# select name, enable_balloon from cluster; name | enable_balloon ---------------------------+---------------- Default | t new_cluster | t Expected results: must be the same as the default cluster Additional info:
Better be consistent, probably, I'm not sure why we're enabling it for Default but other than that it's admin's preference, there's no right or wrong.
verified on ovirt-engine-4.4.3.6-0.13.el8ev.noarch
This bugzilla is included in oVirt 4.4.3 release, published on November 10th 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.3 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.