Project

Profile

Help

Issue #1972

closed

migration 28 misses distribution symlinks

Added by jortel@redhat.com almost 8 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.8.5
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

The storage_path for a distribution is a directory but the distributor publishes separate symlinks to each file. The 0028 migration matches symlinks to units by matching the link target to the unit._storage_path. This result in none of the distribution links to be matched. To correct this, the migration in the platform needs to:

  • Support custom Unit classes.
  • Add a Unit.files property that defaults to an empty tuple.
  • The distribution plan needs to override Plan._new_unit() and return the custom unit.
  • The custom Unit needs to override files() to return the value of document.files along with treeinfo and .treeinfo.
    The result is, the migration in the platform will know about all of the individual links created by the distributor and that need to be migrated.

Also available in: Atom PDF