| Summary: | Syncing content to a child node is taking a very long time | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | nodes | Assignee: | pulp-bugs |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | Master | CC: | 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: | |
| Bug Depends On: | 1017924 | ||
| Bug Blocks: | |||
|
Comment 1
Jeff Ortel
2013-10-14 16:06:47 UTC
build: 2.3.0-0.19.beta 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 ~]#
Pulp 2.3 released. |