Bug 652685
Summary: | sync status not reporting status of the cloned repo. | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Jason Connor <jconnor> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | jason.dobies, jconnor, mmccune |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:01:56 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: | 647488 |
Description
Preethi Thomas
2010-11-12 14:43:52 UTC
*** Bug 648551 has been marked as a duplicate of this bug. *** This "bug" really amounts to an RFE for progress on local syncs. Because no progress is reported for local syncs, no progress can be reported for cloning. As of git revision: 30598cfdba6942d693f0d948d6c08bb73a79a27c Progress reporting has been added to both local syncs and cloning $ sudo pulp-admin -u admin -p admin repo clone --id=my-rpmfusion --clone_id=my-rpmfusion-clone-2 --feed=parent -F Repository [my-rpmfusion] is being cloned as [my-rpmfusion-clone-2] You can safely CTRL+C this current command and it will continue [==================================================] 100% (411 of 411 pkgs) Clone: Finished Fixed in build 0.124. verified [root@preethi ~]# rpm -q pulp pulp-0.0.124-1.fc14.noarch [root@preethi ~]# pulp-admin repo clone --id=pulp-repo --clone_id=pulp-clone1 --feed=parent -F Repository [pulp-repo] is being cloned as [pulp-clone1] You can safely CTRL+C this current command and it will continue [==================================================] 100% (10 of 10 pkgs) Clone: Finished [root@preethi ~]# pulp-admin repo clone --id=pulp-repo --clone_id=pulp-clone2 --feed=origin -F Repository [pulp-repo] is being cloned as [pulp-clone2] You can safely CTRL+C this current command and it will continue [==================================================] 100% (10 of 10 pkgs) Clone: Finished [root@preethi ~]# pulp-admin repo clone --id=pulp-repo --clone_id=pulp-clone2 --feed=none -F error: operation failed: A repository with the id, pulp-clone2, already exists [root@preethi ~]# pulp-admin repo clone --id=pulp-repo --clone_id=pulp-clone3 --feed=none -F Repository [pulp-repo] is being cloned as [pulp-clone3] You can safely CTRL+C this current command and it will continue [==================================================] 100% (10 of 10 pkgs) Clone: Finished [root@preethi ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id pulp-repo Name pulp-repo FeedURL http://repos.fedorapeople.org/repos/pulp/pulp/testing/fedora-13/x86_64/ FeedType yum Arch x86_64 Sync Schedule None Packages 10 Files 0 Distributions None Publish True Clones ['pulp-clone1', 'pulp-clone2', 'pulp-clone3'] Groups None Id pulp-clone1 Name pulp-clone1 FeedURL file:///var/lib/pulp/repos/repos/pulp/pulp/testing/fedora-13/x86_64 FeedType local Arch x86_64 Sync Schedule None Packages 10 Files 0 Distributions None Publish True Clones [] Groups None Id pulp-clone2 Name pulp-clone2 FeedURL http://repos.fedorapeople.org/repos/pulp/pulp/testing/fedora-13/x86_64/ FeedType yum Arch x86_64 Sync Schedule None Packages 10 Files 0 Distributions None Publish True Clones [] Groups None Id pulp-clone3 Name pulp-clone3 FeedURL None FeedType None Arch x86_64 Sync Schedule None Packages 10 Files 0 Distributions None Publish True Clones [] Groups None Closing with Community Release 15 pulp-0.0.223-4. |