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
Actions
Allow storage_path to be null for artifactless content.
closes #5480 https://pulp.plan.io/issues/5480