Bug #17132
closedIncorrect memory value under content host properties
Description
Cloned from BZ:
Description of problem:
Registering a system with more than 8+ GB of RAM, shows incorrect RAM information under Content Hosts >> Content Host Properties section
Version-Release number of selected component (if applicable):
Satellite 6.2.1 GA release
How reproducible:
100%
Steps to Reproduce:
1. Register a client system which has more than 8 GB of RAM
2. Check the Content Hosts >> Content Host Properties section on the webUI
3. It only shows incorrect memory
Actual results:
Content Hosts Properties section shows incorrect memory information. i.e. subscription-manager facts (dmi.memory.size: 6144 MB)
Expected results:
Content Host properties section should show the total memory from all DIMMs i.e. memory.memtotal
Additional info:
Issue seems to be at line 145 of the below
Where dmi.memory.size is reported, which is not always correct. It should be memory.memtotal
Files
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6419 added
Updated by Chris Roberts about 8 years ago
- File memcorrect.png memcorrect.png added
Adding screenshot of webui mem total after change
Updated by Chris Roberts about 8 years ago
Here is my system facts for my client with a custom fact of 78 GB ram:
[root@rhel7 ~]# subscription-manager facts | grep -i memory
dmi.memory.array_handle: 0x1000
dmi.memory.assettag: Not Specified
dmi.memory.bank_locator: Not Specified
dmi.memory.data_width: Unknown
dmi.memory.error_correction_type: Multi-bit ECC
dmi.memory.error_information_handle: Not Provided
dmi.memory.form_factor: DIMM
dmi.memory.location: Other
dmi.memory.locator: DIMM 0
dmi.memory.manufacturer: QEMU
dmi.memory.maximum_capacity: 74051368
dmi.memory.part_number: Not Specified
dmi.memory.serial_number: Not Specified
dmi.memory.size: 10240 MB
dmi.memory.speed: (ns)
dmi.memory.total_width: Unknown
dmi.memory.type: RAM
dmi.memory.use: System Memory
memory.memtotal: 78GB
memory.swaptotal: 1573884
Updated by The Foreman Bot about 8 years ago
- Pull request https://github.com/Katello/katello/pull/6516 added
Updated by The Foreman Bot almost 8 years ago
- Pull request https://github.com/Katello/katello/pull/6524 added
Updated by Justin Sherrill almost 8 years ago
- Assignee deleted (
Chris Roberts) - Translation missing: en.field_release changed from 188 to 211
Updated by Nagoor Shaik almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|6a0f3c74a9c3db19b02e13cdee8ba305ae0d39f4.
Updated by Nagoor Shaik about 7 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/6419, https://github.com/Katello/katello/pull/6516)