Actions
Issue #5480
closedMigration plugin should allow storage_path to be set to null
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 units don't have storage path, For example, docker tags, comps.xml, errata, etc
item = Pulp2Content(pulp2_id=record['id'],
pulp2_content_type_id=record['_content_type_id'],
pulp2_last_updated=record['_last_updated'],
pulp2_storage_path=record['_storage_path'],
downloaded=record['downloaded'])
When saving Pulp2Content it will fail with non null violation for _storage_path
Added by ipanova@redhat.com about 5 years ago
Added by ipanova@redhat.com about 5 years ago
Revision 08a8af4d | View on GitHub
Allow storage_path to be null for artifactless content.
Added by ipanova@redhat.com about 5 years ago
Revision 08a8af4d | View on GitHub
Allow storage_path to be null for artifactless content.
Updated by ipanova@redhat.com about 5 years ago
- Status changed from NEW to MODIFIED
- Assignee set to ipanova@redhat.com
- Sprint set to Sprint 59
Updated by ipanova@redhat.com about 5 years ago
Applied in changeset commit:pulp-2to3-migrate|08a8af4d4c95cf2106b77282cdfdb9b7cc60bbdd.
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
Allow storage_path to be null for artifactless content.
closes #5480 https://pulp.plan.io/issues/5480