Previously, CPU right-size recommendations only reported CPU sockets, not cores per socket. This caused CPU right-size recommendations to incorrectly report a virtual machine with 1 socket and 4 cores as having 1 total CPU. This has been fixed in the code that calculates right-size recommendations, which now uses the cpu_total_cores value to instead of num_cpu to correctly report the total number of logical CPUs.
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.
https://rhn.redhat.com/errata/RHSA-2016-1996.html
Darga Backport details: $ git log commit a3fa5b8ff39a600bdfa7d0249727ef50fafa1620 Author: Greg Blomquist <blomquisg> Date: Tue Aug 9 15:23:08 2016 -0400 Merge pull request #10329 from agrare/bz_1299809_cpu_right_size Display total cpu cores for right sizing (cherry picked from commit 50eeee6a18b0e84c4eaa7cd2d27acf95af4db770)