Actions
Bug #32256
closedPulp3 services won't start after running a migration after performing switchover
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1946360
Description of problem:
After doing a switchover, a user can still run the migration command, but that also starts and ultimately stops pulp services so you can't enable or sync a repo.
Version-Release number of selected component (if applicable):
6.9.0
How reproducible:
100%
Steps to Reproduce:
1. Sync a repo
2. Perform migration until it's completed
3. Perform switchover until it's completed
4. Run migration command
5. Try to enable or sync a RH repo
Actual results:
"There was an issue with the backend service pulp3: 503 Service Unavailable"
Expected results:
Should sync or enable a repo successfully.
Work around is to start/enable the pulp workers:
- systemctl start pulpcore-resource-manager pulpcore-api pulpcore-content pulpcore-worker@1 pulpcore-worker@2 pulpcore-worker@3 pulpcore-worker@4
- systemctl enable pulpcore-resource-manager pulpcore-api pulpcore-content pulpcore-worker@1 pulpcore-worker@2 pulpcore-worker@3 pulpcore-worker@4
Updated by Justin Sherrill almost 4 years ago
- Project changed from Katello to Foreman Maintain
- Category deleted (
91)
Updated by Amit Upadhye almost 4 years ago
- Project changed from Foreman Maintain to Katello
Updated by James Jeffers almost 4 years ago
- Pull request https://github.com/Katello/katello/pull/9283 added
Updated by Samir Jha almost 4 years ago
- Target version set to Katello 3.18.3
- Triaged changed from No to Yes
Actions