Bug 1995097
| Summary: | Tuning profile 'default' requires at least 8 GB of memory and 1 CPU cores | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Kenny Tordeurs <ktordeur> |
| Component: | Installation | Assignee: | Eric Helms <ehelms> |
| Status: | CLOSED ERRATA | QA Contact: | Griffin Sullivan <gsulliva> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.10.0 | CC: | ehelms, gsulliva, gtalreja, pcreech |
| Target Milestone: | 6.13.0 | Keywords: | FutureFeature, Triaged |
| Target Release: | Unused | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | foreman-installer-3.5.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-03 13:21:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Kenny Tordeurs
2021-08-18 12:48:14 UTC
Verified in 6.13 Insufficient memory or CPU requirement when using default tuning profile throws correct error message. Steps to Reproduce: 1) Get a RHEL8 machine with <20GB of memory and <4 CPUs. 2) Try to install satellite Results: WITH 2G OF MEMORY AND 1 CPU: # satellite-installer --scenario satellite 2023-01-11 13:03:14 [NOTICE] [root] Loading installer configuration. This will take some time. 2023-01-11 13:03:20 [NOTICE] [root] Running installer with log based terminal output at level NOTICE. 2023-01-11 13:03:20 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions. Insufficient memory for tuning size Tuning profile 'default' requires at least 20 GB of memory and 4 CPU cores WITH 21G OF MEMORY AND 1 CPU: # satellite-installer --scenario satellite 2023-01-11 13:14:13 [NOTICE] [root] Loading installer configuration. This will take some time. 2023-01-11 13:14:20 [NOTICE] [root] Running installer with log based terminal output at level NOTICE. 2023-01-11 13:14:20 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions. Insufficient CPU cores for tuning size Tuning profile 'default' requires at least 20 GB of memory and 4 CPU cores WITH 2G OF MEMORY AND 4 CPUs: # satellite-installer --scenario satellite 2023-01-11 13:08:19 [NOTICE] [root] Loading installer configuration. This will take some time. 2023-01-11 13:08:25 [NOTICE] [root] Running installer with log based terminal output at level NOTICE. 2023-01-11 13:08:25 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions. Insufficient memory for tuning size Tuning profile 'default' requires at least 20 GB of memory and 4 CPU cores Installer works when both requirements are met. Switching to ON_QA till automation is complete. I was told we can switch this to verified instead and track automation in Jira. 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 (Important: Satellite 6.13 Release), 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://access.redhat.com/errata/RHSA-2023:2097 |