Actions
Issue #1897
closedcatalog entries not created for pre-existing units
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
2.8.2
Platform Release:
2.8.5
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 2
Quarter:
Description
When syncing a repo with download policy of on_demand, if it associates units to the repo that were already in pulp's DB, the sync does not create catalog entries. It should create catalog entries at least for any units where downloaded=False.
To reproduce:
- create a repo with on_demand and sync it
- see catalog entries for those units in the DB
- delete the repo
- see there are no catalog entries for those units in the DB
- re-create the same repo with on_demand and sync it
- see that there are no catalog entries for those units in the DB
Updated by dkliban@redhat.com almost 7 years ago
- Priority changed from Normal to High
- Severity changed from 2. Medium to 3. High
- Platform Release set to 2.8.4
- Triaged changed from No to Yes
Updated by jortel@redhat.com almost 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
- Priority changed from High to Normal
- Severity changed from 3. High to 2. Medium
- Platform Release deleted (
2.8.4) - Triaged changed from Yes to No
Updated by jcline@redhat.com almost 7 years ago
- Priority changed from Normal to High
- Severity changed from 2. Medium to 3. High
- Platform Release set to 2.8.4
- Triaged changed from No to Yes
Updated by jortel@redhat.com almost 7 years ago
- Status changed from ASSIGNED to POST
Added by jortel@redhat.com almost 7 years ago
Updated by semyers almost 7 years ago
- Platform Release changed from 2.8.4 to 2.8.5
Updated by jortel@redhat.com almost 7 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 39d08814ad32f0ed49eaaf716e94a48160407a42.
Updated by pthomas@redhat.com almost 7 years ago
- Status changed from MODIFIED to 6
verified
[root@mgmt3 ~]# rpm -qa pulp-server
pulp-server-2.8.5-0.1.beta.git.23.1073566.el7.noarch
[root@mgmt3 ~]#
Updated by semyers almost 7 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Add catalog entries based on unit association instead of creation. closes #1897