Hi, goferd was running, but you pointed me in the right direction. The tcp/5672 port on the master was not accessible from the slave. I must have missed that one in the install guide.
However, the sync works now. thanks a lot! Stefan Roat On 10/24/2016 04:54 PM, Jeff Ortel wrote: > Is goferd running on the child? > > On 09/30/2016 05:07 AM, Stefan Roat wrote: >> Hi, >> >> I have 2 pulp servers that I want to run in a parent-child node setup. >> I followed the instructions at >> https://docs.pulpproject.org/user-guide/nodes.html and this works out >> basically fine. I set up oauth, registered the child as consumer, >> activated the child node, enabled and published some repos on the parent >> and bound them to the child. However, the very last step on the parent >> gives me troubles: >> >> pulp-admin node sync run --node-id <child-node-id> >> >> This tasks stays at "Waiting to begin..." forever. I can cancel the task >> with pulp-admin and restart it, same result. >> >> Both servers are CentOS 7, running pulp 2.10 >> I can rule out SELinux issues since changing to permissive does not help >> Other tasks like repo feed sync or repo publish get picked up immediately. >> tcpdump shows me that there is no traffic flow between parent and child >> after issuing the node sync run. >> >> the only output in journcalctl after issuing the node sync run is: >> >> gofer.messaging.adapter.connect:INFO: connecting: qpid+tcp://localhost:5672 >> gofer.messaging.adapter.qpid.connection:INFO: open: URL: >> tcp://localhost|SSL: ca: /etc/pki/qpid/ca/ca.crt|key: None|certificate: >> /etc/pki/qpid/client/client.pem|host-validation: False >> gofer.messaging.adapter.qpid.connection:INFO: opened: >> qpid+tcp://localhost:5672 >> gofer.messaging.adapter.connect:INFO: connected: qpid+tcp://localhost:5672 >> gofer.messaging.adapter.connect:INFO: connecting: qpid+tcp://localhost:5672 >> gofer.messaging.adapter.connect:INFO: connected: qpid+tcp://localhost:5672 >> gofer.messaging.adapter.qpid.connection:INFO: closed: >> qpid+tcp://localhost:5672 >> >> >> Im running out of ideas on how to troubleshoot this. Any help is >> appreciated! >> >> thanks, >> Stefan Roat >> >> _______________________________________________ >> Pulp-list mailing list >> [email protected] >> https://www.redhat.com/mailman/listinfo/pulp-list >> > > > > _______________________________________________ > Pulp-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/pulp-list > _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
