Issue #1545
closedStory #1150: As a user, I can lazily fetch repositories
Progress reporting when downloading a lazy repo with a distribution is broken
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>
Updated by jcline@redhat.com almost 9 years ago
- Project changed from RPM Support to Pulp
- Status changed from NEW to ASSIGNED
After investigation this is a problem with any multi-file unit and should be fixed in platform.
Added by Jeremy Cline almost 9 years ago
Added by Jeremy Cline almost 9 years ago
Revision eb02c602 | View on GitHub
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 that set_storage_path
is
called on them and regenerates the _storage_path. This is required for
multi-file units.
closes #1545
Updated by jcline@redhat.com almost 9 years ago
- Status changed from ASSIGNED to POST
- Triaged changed from No to Yes
Updated by jcline@redhat.com almost 9 years ago
- Status changed from POST to MODIFIED
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to 5
- Platform Release set to 2.8.0
Updated by dkliban@redhat.com over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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