Bug 973360
| Summary: | not able to do node sync on iso repos | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | nodes | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED NOTABUG | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2 Beta | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-11 20:22:55 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: | |||
|
Description
Preethi Thomas
2013-06-11 18:53:08 UTC
closing. I did not bind the repo to node
[root@hp-dl360g6-01 ~]# pulp-admin node bind --node-id node1 --repo-id file-repo
Node bind succeeded.
Note: Repository [ file-repo ] will be included in node synchronization.
[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/2) Repository: f18
[==================================================] 100%
(2/2) Repository: file-repo
[==================================================] 100%
Synchronization succeeded
+----------------------------------------------------------------------+
Child Node Synchronization
+----------------------------------------------------------------------+
Repository:
Action: Merged
Id: f18
Units:
Added: 0
Removed: 0
Updated: 0
Repository:
Action: Added
Id: file-repo
Units:
Added: 3
Removed: 0
Updated: 0
[root@hp-dl360g6-01 ~]#
|