Actions
Issue #8490
closedThe installer does not scale down wokers well
Status:
MODIFIED
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
- Set
pulp_workers: 10
and run the isntaller - Set
pulp_worker: 2
and rerun the installer. - Observe there are still 10 worker processes running.
Updated by mdepaulo@redhat.com over 3 years ago
- Triaged changed from No to Yes
I can confirm this bug.
It lies in: roles/pulp_workers/tasks/main.yml
We presumably need to enumerate all the workers on the system, and delete the ones out of range for pulp_workers
.
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by ppicka over 3 years ago
Added by ppicka over 3 years ago
Revision 9befddaf | View on GitHub
Scale down workers
scale down workers when installer run second (or more) time.
Updated by ppicka over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|9befddaf1ca5b872475aa1c9ea28741600b483af.
Actions
Scale down workers
scale down workers when installer run second (or more) time.
closes: #8490 https://pulp.plan.io/issues/8490