Actions
Issue #1955
closedNeed a migration to ensure that Distribution units have a default value of '' for variant.
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:
Sprint 3
Quarter:
Description
The Distribution model object defaults the variant to ''. However, units created before conversion to mongoengine can have a variant of null. To ensure proper comparison, a migration needs to be written to make the unit keys consistent in the DB.
Updated by jortel@redhat.com almost 7 years ago
- Status changed from ASSIGNED to POST
Added by jortel@redhat.com almost 7 years ago
Added by bmbouter almost 7 years ago
Moves migration 31 -> 33 so migrations can be introduced in 2.8.z
This allows the fix for issue 1979 to become migration 31 and the fix for issue 1955 to become migration 32. Both of those will be introduced in 2.8-dev and merged forward to master.
https://pulp.plan.io/issues/1979 https://pulp.plan.io/issues/1955
Updated by jortel@redhat.com almost 7 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 629001571b84aaa181feb71a6661be07a5d69a19.
Updated by pthomas@redhat.com over 6 years ago
- Status changed from 5 to 6
verified
Tested kickstart repos are working after upgrading to 2.8.5
Updated by semyers over 6 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Ensure variant is set on distribution units. closes #1955