Actions
Issue #1545
closedStory #1150: As a user, I can lazily fetch repositories
Progress reporting when downloading a lazy repo with a distribution is broken
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
The files in the distribution are not being counted when reporting progress.
To reproduce:
#. create and sync (with --download-policy=on_demand) http://cdn.stage.redhat.com/content/dist/rhel/server/7/7Server/x86_64/kickstart/
#. pulp-admin repo download --repo-id <repo_id>
Actions
Load
_storage_path
when reloading the content unit._storage_path
is required when saving the unit. The reason this already worked with single file units is thatset_storage_path
is called on them and regenerates the _storage_path. This is required for multi-file units.closes #1545