Bug 1095332
| Summary: | Repo sync progress do not go to 100% for rpm download when rpms are overlapping with an already synced repo | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | rpm-support | Assignee: | Sayli Karmarkar <skarmark> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.4 Beta | CC: | cperry, jsherril, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:54:54 UTC | Type: | Bug |
| 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: | 950743 | ||
|
Description
Preethi Thomas
2014-05-07 13:26:12 UTC
*** Bug 1098264 has been marked as a duplicate of this bug. *** Seeing 0%
[root@ibm-x3250m4-04 ~]# rpm -qa pulp-server
pulp-server-2.4.0-0.18.beta.el6.noarch
[root@ibm-x3250m4-04 ~]#
[root@ibm-x3250m4-04 ~]# pulp-admin rpm repo sync run --repo-id rhel6-4+----------------------------------------------------------------------+
Synchronizing Repository [rhel6-4]
+----------------------------------------------------------------------+
This command may be exited via ctrl+c without affecting the request.
Downloading metadata...
[-]
... completed
Downloading repository content...
[ ] 0%
RPMs: 0/11132 items
Delta RPMs: 0/0 items
... completed
Downloading distribution files...
[==================================================] 100%
Distributions: 7/7 items
... completed
Importing errata...
[|]
... completed
Importing package groups/categories...
[|]
... completed
Task Succeeded
Initializing repo metadata
[-]
... completed
Publishing Distribution files
[-]
... completed
Publishing RPMs
[==================================================] 100%
11132 of 11132 items
... completed
Publishing Delta RPMs
[-]
... completed
Publishing Errata
[==================================================] 100%
1988 of 1988 items
... completed
Publishing Comps file
[==================================================] 100%
212 of 212 items
... completed
Publishing Metadata.
[-]
... completed
Closing repo metadata
[-]
... completed
Publishing files to web
[\]
... completed
Task Succeeded
[root@ibm-x3250m4-04 ~]#
This was fixed in pulp-2.4.0-0.19.beta. verified
[root@mgmt3 ~]# rpm -qa pulp-server
pulp-server-2.4.0-0.23.beta.el6.noarch
[root@mgmt3 ~]#
[root@mgmt3 ~]# pulp-admin rpm repo sync run --repo-id rhel63
+----------------------------------------------------------------------+
Synchronizing Repository [rhel63]
+----------------------------------------------------------------------+
A sync task is already in progress for this repository. Its progress will be
tracked below.
This command may be exited via ctrl+c without affecting the request.
Downloading metadata...
[-]
... completed
Downloading repository content...
[==================================================] 100%
RPMs: 8921/8921 items
Delta RPMs: 0/0 items
... completed
Downloading distribution files...
[==================================================] 100%
Distributions: 7/7 items
... completed
Importing errata...
[|]
... completed
Importing package groups/categories...
[|]
... completed
Task Succeeded
Initializing repo metadata
[-]
... completed
Publishing Distribution files
[-]
... completed
Publishing RPMs
[==================================================] 100%
8921 of 8921 items
... completed
Publishing Delta RPMs
... skipped
Publishing Errata
[==================================================] 100%
1476 of 1476 items
... completed
Publishing Comps file
[==================================================] 100%
212 of 212 items
... completed
Publishing Metadata.
[-]
... completed
Closing repo metadata
[-]
... completed
Generating sqlite files
... skipped
Publishing files to web
[/]
... completed
Writing Listings File
[-]
... completed
Task Succeeded
This has been fixed in Pulp 2.4.0-1. |