Bug 1018885

Summary: Syncing content to a child node is taking a very long time
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: nodesAssignee: pulp-bugs
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: high Docs Contact:
Priority: high    
Version: MasterCC: bbuckingham, jortel
Target Milestone: ---Keywords: Triaged
Target Release: 2.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1017924 Environment:
Last Closed: 2013-12-09 14:30:15 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: 1017924    
Bug Blocks:    

Comment 1 Jeff Ortel 2013-10-14 16:06:47 UTC
https://github.com/pulp/pulp/pull/660

Comment 2 Jeff Ortel 2013-10-14 16:07:27 UTC
build: 2.3.0-0.19.beta

Comment 3 Preethi Thomas 2013-10-21 16:42:26 UTC
verified

First time node sync of rhel6.4 & 6.4 kickstart finished in less that 25 minutes.

[root@qe-blade-03 ~]# pulp-admin node bind --repo-id rhel64-os --node-id node1
Node bind succeeded.

Note: Repository [ rhel64-os ] will be included in node synchronization.

[root@qe-blade-03 ~]# time pulp-admin node sync run --node-id node1
This command may be exited via ctrl+c without affecting the request.

[-]
Waiting to begin...



(1/2) Repository: rhel64-ks
[==================================================] 100%


(2/2) Repository: rhel64-os
[==================================================] 100%




Synchronization succeeded

+----------------------------------------------------------------------+
                       Child Node Synchronization
+----------------------------------------------------------------------+

Repository: 
  Action: Added
  Id:     rhel64-ks
  Units:  
    Added:   3862
    Removed: 0
    Updated: 0

Repository: 
  Action: Added
  Id:     rhel64-os
  Units:  
    Added:   13203
    Removed: 0
    Updated: 1




real	22m34.461s
user	0m14.965s
sys	0m0.972s
[root@qe-blade-03 ~]#

Comment 4 Preethi Thomas 2013-12-09 14:30:15 UTC
Pulp 2.3 released.