[Pulp-list] pulp child node sync fails with No handler for: {'type': 'node'}

Cristian Falcas cristi.falcas at gmail.com
Thu Mar 19 00:01:33 UTC 2015


Hello,

When trying to sync a child node, I get this error:

pulp-admin node sync run --node-id node_name
This command may be exited via ctrl+c without affecting the request.

No handler for: {'type': 'node'}

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



In the logs of the node is the same error:

2015-03-18T19:56:13.263914-04:00 dns-test-04 pulp[15281]:
pulp.server.agent.direct.services:INFO: (15281-91712) {'reboot':
{'scheduled': False, 'details': {}}, 'details': {'node': {'details':
{'message': "No handler for: {'type': 'node'}", 'trace': 'Traceback
(most recent call last):\n\n  File
"/usr/lib/python2.7/site-packages/pulp/agent/lib/dispatcher.py", line
107, in update\n    handler = self.__handler(type_id, CONTENT)\n\n
File "/usr/lib/python2.7/site-packages/pulp/agent/lib/dispatcher.py",
line 345, in __handler\n    raise
HandlerNotFound(type=type_id)\n\nHandlerNotFound: No handler for:
{\'type\': \'node\'}\n'}, 'succeeded': False}}, 'succeeded': False,
'num_changes': 0}



The content of /etc/pulp/agent/conf.d/nodes.conf:
[main]
enabled=1

[types]
content=node,repository

[node]
class=pulp_node.handlers.handler.NodeHandler

[repository]
class=pulp_node.handlers.handlers.RepositoryHandler


It looks like I may be missing some packages?

I'm using pulp 2.6 rc.

Thanks,
Cristian Falcas




More information about the Pulp-list mailing list