Actions
Issue #8621
closedTotal counters for content migration are updated only after the migration is done
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 95
Quarter:
Description
overall counter
{
"code": "migrating.content",
"done": 18343,
"message": "Migrating content to Pulp 3",
"state": "running",
"suffix": null,
"total": 18343
},
even though errata migration is running already, the counter above is not updated.
{
"code": "migrating.rpm.content",
"done": 511512,
"message": "Migrating rpm content to Pulp 3 erratum",
"state": "running",
"suffix": null,
"total": 4092043
},
Actions
Update total counter before migration of a content type starts.
Also unified some names in the progress report.
closes #8621 https://pulp.plan.io/issues/8621