Actions
Issue #5481
closedMigration plugin expects to migrate only FileContentUnit
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 59
Quarter:
Description
Some pulp content do not have files, and they are subclassed from ContentUnit and not FileContentUnit.
These content types does not have `downloaded` attribute, therefore following query fails:
for i, record in enumerate(mongo_content_qs.only('id',
'_storage_path',
'_last_updated',
'_content_type_id',
'downloaded').batch_size(batch_size)):
Updated by ipanova@redhat.com about 5 years ago
- Status changed from NEW to POST
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 59
Added by ipanova@redhat.com about 5 years ago
Added by ipanova@redhat.com about 5 years ago
Revision 814bc4b1 | View on GitHub
Migration plugin can migrate fileless content as well.
Added by ipanova@redhat.com about 5 years ago
Revision 814bc4b1 | View on GitHub
Migration plugin can migrate fileless content as well.
Updated by ipanova@redhat.com about 5 years ago
- Status changed from POST to MODIFIED
Updated by ipanova@redhat.com about 5 years ago
Applied in changeset commit:pulp-2to3-migrate|814bc4b11eddb8e2952aa51541abbaca72e2e37f.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ttereshc almost 5 years ago
- Project changed from Pulp to Migration Plugin
- Sprint/Milestone deleted (
3.0.0)
Updated by ttereshc almost 5 years ago
- Status changed from CLOSED - CURRENTRELEASE to MODIFIED
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 0.1.0
Actions
Migration plugin can migrate fileless content as well.
closes #5481 https://pulp.plan.io/issues/5481