Refactor #17605
closedBe a little more flexible on the 8GB requirement
Description
I just bought Intel NUC with 8GB module for testing Katello and apparently when
I install CentOS 7 and keep KDump feature enabled (which is the default), some
memory is reserved for this, therefore my system reports this:
```
[root@nuc ~]# free
total used free shared buff/cache available
Mem: 7928504 427748 4026228 9076 3474528 7150332
Swap: 7812092 0 7812092
[root@nuc ~]# grep MemTotal /proc/meminfo | awk '{print $2}'
7928504
```
This patch changes the check to accept 7.9 GB as 8 GB threshold. If this is a
problem for Katello, I will rewrite the patch and change the error message to
"Minimum 8.1 GB is required" which is really what the check does. But it's
really weird requirement, I am testing with real hardware.
Updated by Dominic Cleal almost 8 years ago
- Project changed from Installer to Katello
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/440 added
Updated by Lukas Zapletal almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|629160e5a0be292cc58e0749dd04dceeb5193277.
Updated by Justin Sherrill almost 8 years ago
- Translation missing: en.field_release set to 188