Bug 960159
| Summary: | Node publish takes too long and fails at the end for large repos | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | nodes | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.1 Beta | CC: | jason.dobies, mmccune |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-10 15:45:00 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: | |||
| Bug Blocks: | 950743 | ||
|
Description
Preethi Thomas
2013-05-06 15:18:13 UTC
build: 2.2.0-0.2.beta. Some of these were likely included in an earlier build but found them this time with a better BZ query. verified
[root@hp-dl360g6-01 ~]# rpm -q pulp-server
pulp-server-2.2.0-0.3.beta.fc18.noarch
[root@hp-dl360g6-01 ~]#
[root@hp-dl360g6-01 ~]# pulp-admin node repo enable --repo-id rhel6-2
Repository enabled.
Note: Repository [ rhel6-2 ] will not be available for node synchronization
until published. See: the 'node repo publish' command.
Warning: enabling with auto-publish may degrade repository synchronization
performance.
[root@hp-dl360g6-01 ~]# pulp-admin node repo publish --repo-id rhel6-2
This command may be exited via ctrl+c without affecting the request.
[-]
Waiting to begin...
[\]
Running...
Publish succeeded.
[root@hp-dl360g6-01 ~]# pulp-admin node sync run --node-id node1
This command may be exited via ctrl+c without affecting the request.
[-]
Waiting to begin...
(1/1) Repository: rhel6-2
[==================================================] 100%
Synchronization succeeded
+----------------------------------------------------------------------+
Child Node Synchronization
+----------------------------------------------------------------------+
Repository:
Action: Removed
Id: f18
Units:
Added: 0
Removed: 0
Updated: 0
Repository:
Action: Removed
Id: file-repo
Units:
Added: 0
Removed: 0
Updated: 0
Repository:
Action: Added
Id: rhel6-2
Units:
Added: 7493
Removed: 0
Updated: 0
[root@hp-dl360g6-01 ~]#
|