Issue #5193
closedProgress presenter has tasks with no value for total
Description
A sample progess report for docker:
progress_reports:
- message: Downloading tag list
state: completed
total: 1
done: 1
- message: Downloading Artifacts
state: running
done: 415
- message: Associating Content
state: running
done: 641
- message: Processing Tags
state: completed
total: 135
done: 135
While the task is running, the total value for tasks: Downloading Artifacts and Associating Content is not present. These values are populated once the tasks are completed.
Related issues
Updated by ipanova@redhat.com over 5 years ago
- Related to Story #4503: As a user, I can see in a sync task report how much work is left to do added
Updated by ipanova@redhat.com over 5 years ago
We were already struggling with this, and i don't know how we'd find out the total of artifacts if the nested content is getting discovered along the way?
Updated by sajha over 5 years ago
- Tags Katello-P2 added
- Tags deleted (
Katello-P3)
Updated by ipanova@redhat.com about 5 years ago
- Tags Pulp 3 docker blocker added
Updated by lmjachky about 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
In order to calculate total values of associated content and artifacts, it is required to make changes in pulpcore, not in pulp_docker. See the note 9 https://pulp.plan.io/issues/4503#note-9 to learn more.
In pulp_docker, only total number of downloadable tags (tag list) can be easily fetched. Take a look at the corresponding PR https://github.com/pulp/pulp_docker/pull/419.
Updated by ipanova@redhat.com about 5 years ago
- Project changed from Docker Support to Container Support