Bug 2070993
Summary: | installer does not restart foreman.service when changing puma configuration | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Brad Buckingham <bbuckingham> |
Component: | Installation | Assignee: | wclark |
Status: | CLOSED WONTFIX | QA Contact: | Satellite QE Team <sat-qe-bz-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.10.0 | CC: | ahumbe, egolov, ehelms, gtalreja, pdwyer, pmendezh, pmoravec, tasander, zhunting |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | foreman-installer-2.5.2.12-1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 2025760 | Environment: | |
Last Closed: | 2024-04-16 13:19:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Brad Buckingham
2022-04-01 14:16:09 UTC
verified with satellite 6.10 snap1 Current Steps : 1. [root ~]# ps aux | grep -v grep | grep -e USER -e puma USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND foreman 65954 5.7 2.3 1077636 480384 ? Ssl 04:59 0:40 puma 5.6.2 (unix:///run/foreman.sock) [foreman] foreman 66099 0.5 3.2 1271588 667320 ? Sl 04:59 0:03 puma: cluster worker 0: 65954 [foreman] foreman 66104 0.5 3.2 1269512 668724 ? Sl 04:59 0:03 puma: cluster worker 1: 65954 [foreman] foreman 66110 0.7 3.2 1292200 664416 ? Sl 04:59 0:04 puma: cluster worker 2: 65954 [foreman] 2. [root ~]# satellite-installer --foreman-foreman-service-puma-workers 8 --foreman-foreman-service-puma-threads-max 8 --verbose-log-level=info 3. [root ~]# ps aux | grep -v grep | grep -e USER -e puma USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND foreman 65954 5.7 2.3 1077636 480384 ? Ssl 04:59 0:40 puma 5.6.2 (unix:///run/foreman.sock) [foreman] foreman 66099 0.5 3.2 1271588 667320 ? Sl 04:59 0:03 puma: cluster worker 0: 65954 [foreman] foreman 66104 0.5 3.2 1269512 668724 ? Sl 04:59 0:03 puma: cluster worker 1: 65954 [foreman] foreman 66110 0.7 3.2 1292200 664416 ? Sl 04:59 0:04 puma: cluster worker 2: 65954 [foreman] Failing in QA There is an attempt to explain *why* this is failing in https://bugzilla.redhat.com/show_bug.cgi?id=2025760#c6 and we should try to fix it there first, and then backport the additional fixes here. Upstream bug assigned to egolov Upstream bug assigned to egolov Upstream bug assigned to wclark This is a clone of a bug that was addressed in supported versions of Satellite, as 6.10 is no longer supported we are choosing not to address this issue for that release. |