Bug 467997

Summary: collectd uses udp
Product: [Community] Virtualization Tools Reporter: Gerd Hoffmann <kraxel>
Component: ovirt-server-suiteAssignee: Mo Morsi <mmorsi>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: apevec, hbrock, ovirt-bugs, ovirt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-29 03:49:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gerd Hoffmann 2008-10-22 09:24:54 UTC
Description of problem:
collectd uses the udp protocol,
the dns service records are _collectd._tcp though.

Version-Release number of selected component (if applicable):
0.94, both server appliance (announce) and node (search).

Comment 1 Mo Morsi 2009-05-26 19:33:46 UTC
Not fully sure I understand the issue (if it is still an issue). 

Which components running on which machines are failing to communicate due to the transport protocol mismatch? Is this an issue w/ collectd itself or how we are configuring it in ovirt? What relies on this that's being affected?

If you could elaborate, I'd appreciate it.

Comment 2 Alan Pevec 2009-05-27 11:08:31 UTC
It's just a misnomer, collectd uses UDP.
It doesn't break anything, but should be fixed regardless, for correctness sake:
just change default dnsmasq config and lookups in the ovirt-node scripts.

Comment 3 Mo Morsi 2009-05-27 22:31:46 UTC
Sorry this took so long, was thrown off by the project the fix should be in. Shouldn't the change be in the server project? As the server installer sets up /etc/dnsmasq.d/ovirt-dns.conf which contains the incorrect collectd entry. 

In any case, I just send this out which I believe resolves the issue:

https://www.redhat.com/archives/ovirt-devel/2009-May/msg00222.html

Comment 4 Mo Morsi 2009-05-28 16:32:01 UTC
Changes to the node to use the new dns entry, based on alan's feedback

https://www.redhat.com/archives/ovirt-devel/2009-May/msg00238.html

Comment 5 Mo Morsi 2009-05-29 03:49:52 UTC
Committed and resolved