Description of problem: The Workers tab in the Configuration page for a CFME server shows the memory settings defined for each worker type. The setting is selectable from a drop-down, but the value displayed in this drop-down does not match the actual memory setting configured for that worker type, as confirmed by the "Advanced' configuration yaml. For example the default for several workers shows as 200MB whereas the actual threshold for these worker types is much higher. Version-Release number of selected component (if applicable): 5.9.5.3 How reproducible: Every time Steps to Reproduce: 1. Navigate to Configuration -> Server -> Workers 2. Note the values displayed for the Memory thresholds for each worker type. 3. Compare to the actual memory threshold configured in the Advanced configuration yawl Actual results: The settings are different Expected results: The settings should be the same. Additional info:
Working as designed and as per changes made in https://github.com/ManageIQ/manageiq-ui-classic/pull/4633 Found one inconsistency found with display of Refresh worker Memory threshold value that's fixed against https://bugzilla.redhat.com/show_bug.cgi?id=1649799 in https://github.com/ManageIQ/manageiq-ui-classic/pull/4925 ~Harpreet