Mohammed Morsi
2009-May-27 18:32 UTC
[Ovirt-devel] [PATCH server] correctly set collectd dnsmasq entry to udp
--- .../modules/ovirt/templates/ovirt-dns.conf.erb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/modules/ovirt/templates/ovirt-dns.conf.erb b/installer/modules/ovirt/templates/ovirt-dns.conf.erb index ae3eb48..f4ee39b 100644 --- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb +++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb @@ -1,7 +1,7 @@ srv-host=_ovirt._tcp,<%= ovirt_host %>,80 srv-host=_ipa._tcp,<%= ipa_host %>,80 srv-host=_ldap._tcp,<%= ipa_host %>,389 -srv-host=_collectd._tcp,<%= ovirt_host %>,25826 +srv-host=_collectd._udp,<%= ovirt_host %>,25826 srv-host=_qpidd._tcp,<%= ovirt_host %>,5672 srv-host=_identify._tcp,<%= ovirt_host %>,12120 -- 1.6.0.6
Mohammed Morsi
2009-May-27 22:52 UTC
[Ovirt-devel] Re: [PATCH server] correctly set collectd dnsmasq entry to udp
Should've mentioned here that this addresses bug https://bugzilla.redhat.com/show_bug.cgi?id=467997 -Mo
Alan Pevec
2009-May-28 09:52 UTC
[Ovirt-devel] Re: [PATCH server] correctly set collectd dnsmasq entry to udp
you also need to change it at http://git.et.redhat.com/?p=ovirt-node.git;a=blob;f=scripts/ovirt-config-collectd;h=e509e54279009788d82b17931daf7768a7d3a744;hb=refs/heads/next#l95
Jason Guiditta
2009-May-28 22:23 UTC
[Ovirt-devel] [PATCH server] correctly set collectd dnsmasq entry to udp
ACK, this seems to work ok. Same as other patch though, add bz to subject On Wed, May 27, 2009 at 2:32 PM, Mohammed Morsi <mmorsi at redhat.com> wrote:> --- > .../modules/ovirt/templates/ovirt-dns.conf.erb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/installer/modules/ovirt/templates/ovirt-dns.conf.erb > b/installer/modules/ovirt/templates/ovirt-dns.conf.erb > index ae3eb48..f4ee39b 100644 > --- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb > +++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb > @@ -1,7 +1,7 @@ > srv-host=_ovirt._tcp,<%= ovirt_host %>,80 > srv-host=_ipa._tcp,<%= ipa_host %>,80 > srv-host=_ldap._tcp,<%= ipa_host %>,389 > -srv-host=_collectd._tcp,<%= ovirt_host %>,25826 > +srv-host=_collectd._udp,<%= ovirt_host %>,25826 > srv-host=_qpidd._tcp,<%= ovirt_host %>,5672 > srv-host=_identify._tcp,<%= ovirt_host %>,12120 > > -- > 1.6.0.6 > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-devel >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090528/b631e62b/attachment.htm>
Maybe Matching Threads
- [PATCH server] add server-side groundwork for remote freeipa server
- [PATCH server] oVirt server single network installer
- [PATCH server] Added support for remote logging with rsyslog-gssapi to server.
- How to install ovirt in working environment?
- [PATCH server] update host-browser to use ipa commands rather than kadmin