Bug 797195
Summary: | Syncing multiple repos concurrently could cause missing symlinks | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Pradeep Kilambi <pkilambi> |
Component: | user-experience | Assignee: | John Matthews <jmatthew> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 1.1.0 | CC: | inecas, pkilambi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-05-25 14:15:23 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 790595 |
Description
Pradeep Kilambi
2012-02-24 14:22:50 UTC
Added a new status of REQUEUE, which allows us to add this item back to the item queue so the symlink can be created after the package download has completed. http://git.fedorahosted.org/git/?p=grinder.git;a=commitdiff;h=ba659f8ab36398f55f6fd17ecaa64b1aedc4858d Will be in Grinder 0.139 build: 0.270 verified [root@preethi-el6-pulp ~]# rpm -q pulp pulp-0.0.271-1.el6.noarch [root@preethi-el6-pulp ~]# ls -l /var/lib/pulp/repos/released/RHEL-6/6.1/Server/x86_64/os/Packages/ Display all 3480 possibilities? (y or n) [root@preethi-el6-pulp ~]# ls -l /var/lib/pulp/repos/released/RHEL-6/6.2/Server/x86_64/os/Packages/ 6.2/ [root@preethi-el6-pulp ~]# ls -l /var/lib/pulp/repos/released/RHEL-6/6.2/Server/x86_64/os/Packages/ Display all 3529 possibilities? (y or n) [root@preethi-el6-pulp ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id rhel6-2 Name rhel6-2 Repo URL https://preethi-el6-pulp.usersys.redhat.com/pulp/repos/released/RHEL-6/6.2/Server/x86_64/os/Server/ Feed URL http://download.devel.redhat.com/released/RHEL-6/6.2/Server/x86_64/os/Server/ Feed Type remote Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture noarch Sync Schedule 2012-02-29T16:20:00-05:00/PT2M Packages 3529 Files 0 Distributions None Publish True Clones [] Groups None Filters [] Notes {} Preserve Metadata False Checksum Type sha256 Id rhel5-8 Name rhel5-8 Repo URL https://preethi-el6-pulp.usersys.redhat.com/pulp/repos/released/RHEL-5-Client/U8/x86_64/os/Client/ Feed URL http://download.devel.redhat.com/released/RHEL-5-Client/U8/x86_64/os/Client/ Feed Type remote Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture noarch Sync Schedule 2012-02-29T16:20:00-05:00/PT2M Packages 2141 Files 0 Distributions None Publish True Clones [] Groups None Filters [] Notes {} Preserve Metadata False Checksum Type sha Id rhel6-1 Name rhel6-1 Repo URL https://preethi-el6-pulp.usersys.redhat.com/pulp/repos/released/RHEL-6/6.1/Server/x86_64/os/Server/ Feed URL http://download.devel.redhat.com/released/RHEL-6/6.1/Server/x86_64/os/Server/ Feed Type remote Content Type yum Feed Certs CA:No Cert:No Consumer Certs CA:No Cert:No Architecture noarch Sync Schedule 2012-02-29T16:20:00-05:00/PT2M Packages 3480 Files 0 Distributions None Publish True Clones [] Groups None Filters [] Notes {} Preserve Metadata False Checksum Type sha256 I verified the update fixed this problem on katello also. Pulp v1.1 Release |