Bug 679764

Summary: Repo Status not reporting the status of repo clone
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: user-experienceAssignee: Sayli Karmarkar <skarmark>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: cperry, skarmark
Target Milestone: ---Keywords: Triaged
Target Release: Sprint 26   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-24 20:12:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Preethi Thomas 2011-02-23 13:29:13 UTC
Description of problem:
[root@preethi ~]# rpm -q pulp
pulp-0.0.140-1.fc14.noarch


[root@preethi ~]# pulp-admin -u admin -p redhat repo clone --id=f14-clone --clone_id=f14-clone-parent --clone_name=f14-clone-parent --feed=parent
Repository [f14-clone] is being cloned as [f14-clone-parent]
Use "repo status" to check on the progress
[root@preethi ~]# 
[root@preethi ~]# 
[root@preethi ~]# 
[root@preethi ~]# pulp-admin -u admin -p redhat repo status --id=f14-clone-parent
+------------------------------------------+
         Status for f14-clone-parent
+------------------------------------------+
Repository: f14-clone-parent
Number of Packages: 0
Last Sync: never

[root@preethi ~]# pulp-admin -u admin -p redhat repo status --id=f14-clone-parent
+------------------------------------------+
         Status for f14-clone-parent
+------------------------------------------+
Repository: f14-clone-parent
Number of Packages: 0
Last Sync: never

[root@preethi ~]# pulp-admin -u admin -p redhat repo status --id=f14-clone-parent
+------------------------------------------+
         Status for f14-clone-parent
+------------------------------------------+
Repository: f14-clone-parent
Number of Packages: 0
Last Sync: never

[root@preethi ~]# pulp-admin -u admin -p redhat repo status --id=f14-clone-parent
+------------------------------------------+
         Status for f14-clone-parent
+------------------------------------------+
Repository: f14-clone-parent
Number of Packages: 0
Last Sync: never

[root@preethi ~]# pulp-admin -u admin -p redhat repo status --id=f14-clone-parent
+------------------------------------------+
         Status for f14-clone-parent
+------------------------------------------+
Repository: f14-clone-parent
Number of Packages: 0
Last Sync: never

Comment 1 Sayli Karmarkar 2011-07-29 17:47:51 UTC
Fixed. Added clone status along with sync status if present under repo status.

Comment 2 Jay Dobies 2011-07-29 20:44:06 UTC
Fixed in 0.218

Comment 3 Preethi Thomas 2011-08-31 17:38:03 UTC
verified
[root@preethi ~]# rpm -q pulp
pulp-0.0.228-1.fc15.noarch

[root@preethi ~]#  pulp-admin repo clone --id=f14 --clone_id=f14-clone-parent --clone_name=f14-clone-parent --feed=parent
Repository [f14] is being cloned as [f14-clone-parent]
Use "repo status" to check on the progress
[root@preethi ~]# pulp-admin  repo status --id=f14-clone-parent
+------------------------------------------+
         Status for f14-clone-parent
+------------------------------------------+
Repository: f14-clone-parent
Number of Packages: 0
Last Sync: never
Currently cloning: 4% done (88 of 2772 packages cloned)

[root@preethi ~]# pulp-admin  repo status --id=f14-clone-parent
+------------------------------------------+
         Status for f14-clone-parent
+------------------------------------------+
Repository: f14-clone-parent
Number of Packages: 0
Last Sync: never
Currently cloning: 10% done (365 of 2772 packages cloned)

[root@preethi ~]#

Comment 4 Preethi Thomas 2012-02-24 20:12:48 UTC
Pulp v1.0 is released
Closed Current Release.