Modify ↓
Ticket #383 (closed defect: fixed)
bcfg2-admin pull not working
Reported by: | rucpat | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.9.1 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
bcfg2-admin pull seems not to work for me, I get
Could not find stats for client
after changing the line 155 in bcfg2-admin from
hostent = stats.xpath('.Node[@name="%s"]' % client)
into hostent = stats.xpath('Node[@name="%s"]' % client)
(removed the . in the xpath)
it works
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
I've committed this in [c209b538261c843f62b15a05c5e879a9052d70a8] (SVN r2734). Thanks for the patch.