Project

Profile

Help

Issue #1569

Updated by pthomas@redhat.com about 8 years ago

The publishing image section of the sync status is not being reported. 


 

 <pre> 

 [root@mgmt6 ~]# rpm -qa |grep pulp-docker 
 python-pulp-docker-common-2.0.0-0.3.beta.el6.noarch 
 pulp-docker-plugins-2.0.0-0.3.beta.el6.noarch 
 pulp-docker-admin-extensions-2.0.0-0.3.beta.el6.noarch 
 [root@mgmt6 ~]#  


 [root@mgmt6 ~]#    pulp-admin docker repo sync run --repo busybox 
 +----------------------------------------------------------------------+ 
                    Synchronizing Repository [busybox] 
 +----------------------------------------------------------------------+ 

 This command may be exited via ctrl+c without affecting the request. 


 Retrieving v1 metadata 
 [\] 
 ... completed 

 Copying units already in pulp 
 [-] 
 ... completed 

 Downloading remote files 
 [==================================================] 100% 
 53 of 53 items 
 ... completed 

 Saving v1 images and tags 
 [\] 
 ... completed 


 Task Succeeded 




 Task Succeeded 
 </pre> 

 This is how it was being reported in 2.7 

 <pre> 

 Publishing Image Files. 
 [==================================================] 100% 
 21 of 21 items 
 ... completed 

 Making files available via web. 
 [-] 
 ... completed 


 Task Succeeded 
 </pre> 

Back