Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1095490

Summary: node sync seems to be failing
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: nodesAssignee: pulp-bugs
Status: CLOSED NOTABUG QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.4 Beta   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1095506 (view as bug list) Environment:
Last Closed: 2014-05-07 21:04:53 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: 1095506    
Attachments:
Description Flags
log for node sync none

Description Preethi Thomas 2014-05-07 20:32:07 UTC
Description of problem:
Node sync seems to be failing.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.Activate a node
2.bind and publish a repo
3.Run node sync 

Actual results:

[root@pulp-24-server ~]# pulp-admin node bind --repo-id zoo --node-id node1
Node bind succeeded.

Note: Repository [ zoo ] will be included in node synchronization.

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






Error occurred during synchronization, check the child node logs for details

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

Repository: 
  Action: Pending
  Id:     zoo
  Units:  
    Added:   0
    Removed: 0
    Updated: 0


+----------------------------------------------------------------------+
                 The following [1] errors were reported
+----------------------------------------------------------------------+

- 01: An unexpected error occurred.  repo_id=None


[root@pulp-24-server ~]# pulp-admin node list
+----------------------------------------------------------------------+
                              Child Nodes
+----------------------------------------------------------------------+

Id:               node1
Display Name:     node1
Description:      None
Bindings:         
  Additive: zoo
Update Strategy:  additive
Notes:            


[root@pulp-24-server ~]# 

Expected results:


Additional info:

Comment 1 Preethi Thomas 2014-05-07 20:43:23 UTC
Created attachment 893467 [details]
log for node sync

Comment 2 Preethi Thomas 2014-05-07 21:04:53 UTC
It was configuration issues with my node. Closing