Ovirt Installation on Centos 7.3 1704 is broken

Collectd-disk and -write_http require an older version of collectd than offered by the repos (7.2.0-2 instead of 7.2.1-2 as offered by repo). Will there be updated versions of collectd-disk and -write_http? To reproduce try # yum -y install ovirt-engine on a fully updated Centos 7.3 1704 https://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-1... ___________________________________________________________ Oliver Dietzel

This is a multi-part message in MIME format. --------------EBD27E9CB134A23C786BDB67 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Quoted from https://www.ovirt.org/release/4.1.1/#fedora--centos--rhel
EPEL
TL;DR Don't enable all of EPEL on oVirt machines.
The ovirt-release package enables the epel repositories and includes several specific packages that are required from there. It also enables and uses the CentOS OpsTools SIG repos, for other packages.
EPEL currently includes collectd 5.7.1, and the collectd package there includes the write_plugin.
OpsTools currently includes collectd 5.7.0, and the write_plugin is packaged separately.
ovirt-release does not use collectd from epel, so if you only use it, you should be ok.
If you want to use other packages from EPEL, you should make sure to not include collectd. Either use |includepkgs| and add those you need, or use |excludepkgs=collectd*|.
The correct directive is "exclude=collectd*" , not "excludepkgs=collectd*" , but other than that, this looks like what you are experiencing. Eduardo Mayoral Jimeno (emayoral@arsys.es) Administrador de sistemas. Departamento de Plataformas. Arsys internet. +34 941 620 145 ext. 5153 On 08/05/17 12:14, Oliver Dietzel wrote:
Collectd-disk and -write_http require an older version of collectd than offered by the repos (7.2.0-2 instead of 7.2.1-2 as offered by repo).
Will there be updated versions of collectd-disk and -write_http?
To reproduce try # yum -y install ovirt-engine
on a fully updated Centos 7.3 1704 https://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-1...
___________________________________________________________ Oliver Dietzel
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
--------------EBD27E9CB134A23C786BDB67 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit <html> <head> <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <p>Quoted from <a class="moz-txt-link-freetext" href="https://www.ovirt.org/release/4.1.1/#fedora--centos--rhel">https://www.ovirt.org/release/4.1.1/#fedora--centos--rhel</a></p> <p><br> </p> <p> <blockquote type="cite"> <h3 id="epel">EPEL</h3> <p>TL;DR Don't enable all of EPEL on oVirt machines.</p> <p>The ovirt-release package enables the epel repositories and includes several specific packages that are required from there. It also enables and uses the CentOS OpsTools SIG repos, for other packages.</p> <p>EPEL currently includes collectd 5.7.1, and the collectd package there includes the write_<http> plugin.</http></p> <p>OpsTools currently includes collectd 5.7.0, and the write_<http> plugin is packaged separately.</http></p> <p>ovirt-release does not use collectd from epel, so if you only use it, you should be ok.</p> <p>If you want to use other packages from EPEL, you should make sure to not include collectd. Either use <code>includepkgs</code> and add those you need, or use <code>excludepkgs=collectd*</code>.</p> </blockquote> </p> <p>The correct directive is "exclude=collectd*" , not "excludepkgs=collectd*" , but other than that, this looks like what you are experiencing.<br> </p> <p><br> </p> <pre class="moz-signature" cols="72">Eduardo Mayoral Jimeno (<a class="moz-txt-link-abbreviated" href="mailto:emayoral@arsys.es">emayoral@arsys.es</a>) Administrador de sistemas. Departamento de Plataformas. Arsys internet. +34 941 620 145 ext. 5153</pre> <div class="moz-cite-prefix">On 08/05/17 12:14, Oliver Dietzel wrote:<br> </div> <blockquote cite="mid:CB113C990D3AAA4B835B76042462961538475D81@RTOS2010E.rto.de" type="cite"> <pre wrap="">Collectd-disk and -write_http require an older version of collectd than offered by the repos (7.2.0-2 instead of 7.2.1-2 as offered by repo). Will there be updated versions of collectd-disk and -write_http? To reproduce try # yum -y install ovirt-engine on a fully updated Centos 7.3 1704 <a class="moz-txt-link-freetext" href="https://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-1704-01.iso">https://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-1704-01.iso</a> ___________________________________________________________ Oliver Dietzel _______________________________________________ Users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </body> </html> --------------EBD27E9CB134A23C786BDB67--

On Mon, May 8, 2017 at 1:22 PM, Eduardo Mayoral <emayoral@arsys.es> wrote:
Quoted from https://www.ovirt.org/release/4.1.1/#fedora--centos--rhel
EPEL
TL;DR Don't enable all of EPEL on oVirt machines.
The ovirt-release package enables the epel repositories and includes several specific packages that are required from there. It also enables and uses the CentOS OpsTools SIG repos, for other packages.
EPEL currently includes collectd 5.7.1, and the collectd package there includes the write_ plugin.
OpsTools currently includes collectd 5.7.0, and the write_ plugin is packaged separately.
ovirt-release does not use collectd from epel, so if you only use it, you should be ok.
If you want to use other packages from EPEL, you should make sure to not include collectd. Either use includepkgs and add those you need, or use excludepkgs=collectd*.
The correct directive is "exclude=collectd*" , not "excludepkgs=collectd*" , but other than that, this looks like what you are experiencing.
Thanks for noting this. No idea what I had in my mind - most likely "extrapolated" this from includepkgs. https://github.com/oVirt/ovirt-site/pull/944 Best,
Eduardo Mayoral Jimeno (emayoral@arsys.es) Administrador de sistemas. Departamento de Plataformas. Arsys internet. +34 941 620 145 ext. 5153
On 08/05/17 12:14, Oliver Dietzel wrote:
Collectd-disk and -write_http require an older version of collectd than offered by the repos (7.2.0-2 instead of 7.2.1-2 as offered by repo).
Will there be updated versions of collectd-disk and -write_http?
To reproduce try # yum -y install ovirt-engine
on a fully updated Centos 7.3 1704 https://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-1...
___________________________________________________________ Oliver Dietzel
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Didi

--_000_CB113C990D3AAA4B835B7604246296153847602ARTOS2010Ertode_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thx a lot! Von: Eduardo Mayoral [mailto:emayoral@arsys.es] Gesendet: Montag, 8. Mai 2017 12:22 An: Oliver Dietzel <O.Dietzel@rto.de>; 'users@ovirt.org' <users@ovirt.org> Betreff: Re: [ovirt-users] Ovirt Installation on Centos 7.3 1704 is broken Quoted from https://www.ovirt.org/release/4.1.1/#fedora--centos--rhel EPEL TL;DR Don't enable all of EPEL on oVirt machines. The ovirt-release package enables the epel repositories and includes severa= l specific packages that are required from there. It also enables and uses = the CentOS OpsTools SIG repos, for other packages. EPEL currently includes collectd 5.7.1, and the collectd package there incl= udes the write_ plugin. OpsTools currently includes collectd 5.7.0, and the write_ plugin is packag= ed separately. ovirt-release does not use collectd from epel, so if you only use it, you s= hould be ok. If you want to use other packages from EPEL, you should make sure to not in= clude collectd. Either use includepkgs and add those you need, or use exclu= depkgs=3Dcollectd*. The correct directive is "exclude=3Dcollectd*" , not "excludepkgs=3Dcollect= d*" , but other than that, this looks like what you are experiencing. Eduardo Mayoral Jimeno (emayoral@arsys.es<mailto:emayoral@arsys.es>) Administrador de sistemas. Departamento de Plataformas. Arsys internet. +34 941 620 145 ext. 5153 On 08/05/17 12:14, Oliver Dietzel wrote: Collectd-disk and -write_http require an older version of collectd than off= ered by the repos (7.2.0-2 instead of 7.2.1-2 as offered by repo). Will there be updated versions of collectd-disk and -write_http? To reproduce try # yum -y install ovirt-engine on a fully updated Centos 7.3 1704 https://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Minimal-= 1704-01.iso ___________________________________________________________ Oliver Dietzel _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users --_000_CB113C990D3AAA4B835B7604246296153847602ARTOS2010Ertode_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr= osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:= //www.w3.org/TR/REC-html40"> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)"> <style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman",serif; color:black;} h3 {mso-style-priority:9; mso-style-link:"\00DCberschrift 3 Zchn"; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; font-size:13.5pt; font-family:"Times New Roman",serif; color:black; font-weight:bold;} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} p {mso-style-priority:99; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; font-size:12.0pt; font-family:"Times New Roman",serif; color:black;} code {mso-style-priority:99; font-family:"Courier New";} pre {mso-style-priority:99; mso-style-link:"HTML Vorformatiert Zchn"; margin:0cm; margin-bottom:.0001pt; font-size:10.0pt; font-family:"Courier New"; color:black;} span.berschrift3Zchn {mso-style-name:"\00DCberschrift 3 Zchn"; mso-style-priority:9; mso-style-link:"\00DCberschrift 3"; font-family:"Calibri Light",sans-serif; color:#1F4D78;} span.HTMLVorformatiertZchn {mso-style-name:"HTML Vorformatiert Zchn"; mso-style-priority:99; mso-style-link:"HTML Vorformatiert"; font-family:Consolas; color:black;} span.E-MailFormatvorlage22 {mso-style-type:personal-reply; font-family:"Calibri",sans-serif; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:612.0pt 792.0pt; margin:70.85pt 70.85pt 2.0cm 70.85pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body bgcolor=3D"white" lang=3D"DE" link=3D"blue" vlink=3D"purple"> <div class=3D"WordSection1"> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">Thx a lot!= <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri",sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p> = ;</o:p></span></p> <div> <div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm = 0cm 0cm"> <p class=3D"MsoNormal"><b><span style=3D"font-size:11.0pt;font-family:"= ;Calibri",sans-serif;color:windowtext">Von:</span></b><span style=3D"f= ont-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext= "> Eduardo Mayoral [mailto:emayoral@arsys.es] <br> <b>Gesendet:</b> Montag, 8. Mai 2017 12:22<br> <b>An:</b> Oliver Dietzel <O.Dietzel@rto.de>; 'users@ovirt.org' <u= sers@ovirt.org><br> <b>Betreff:</b> Re: [ovirt-users] Ovirt Installation on Centos 7.3 1704 is = broken<o:p></o:p></span></p> </div> </div> <p class=3D"MsoNormal"><o:p> </o:p></p> <p>Quoted from <a href=3D"https://www.ovirt.org/release/4.1.1/#fedora--cent= os--rhel"> https://www.ovirt.org/release/4.1.1/#fedora--centos--rhel</a><o:p></o:p></p=
<p><o:p> </o:p></p> <blockquote style=3D"margin-top:5.0pt;margin-bottom:5.0pt"> <h3 id=3D"epel">EPEL<o:p></o:p></h3> <p>TL;DR Don't enable all of EPEL on oVirt machines.<o:p></o:p></p> <p>The ovirt-release package enables the epel repositories and includes sev= eral specific packages that are required from there. It also enables and us= es the CentOS OpsTools SIG repos, for other packages.<o:p></o:p></p> <p>EPEL currently includes collectd 5.7.1, and the collectd package there i= ncludes the write_ plugin.<o:p></o:p></p> <p>OpsTools currently includes collectd 5.7.0, and the write_ plugin is pac= kaged separately.<o:p></o:p></p> <p>ovirt-release does not use collectd from epel, so if you only use it, yo= u should be ok.<o:p></o:p></p> <p>If you want to use other packages from EPEL, you should make sure to not= include collectd. Either use <code><span style=3D"font-size:10.0pt">includepkgs</span></code> and add th= ose you need, or use <code><span style=3D"font-size:10.0pt">excludepkgs=3Dcollectd*</span></code=
.<o:p></o:p></p> </blockquote> <p>The correct directive is "exclude=3Dcollectd*" , not "exc= ludepkgs=3Dcollectd*" , but other than that, this looks like what you = are experiencing.<o:p></o:p></p> <p><o:p> </o:p></p> <pre>Eduardo Mayoral Jimeno (<a href=3D"mailto:emayoral@arsys.es">emayoral@= arsys.es</a>)<o:p></o:p></pre> <pre>Administrador de sistemas. Departamento de Plataformas. Arsys internet= .<o:p></o:p></pre> <pre>+34 941 620 145 ext. 5153<o:p></o:p></pre> <div> <p class=3D"MsoNormal">On 08/05/17 12:14, Oliver Dietzel wrote:<o:p></o:p><= /p> </div> <blockquote style=3D"margin-top:5.0pt;margin-bottom:5.0pt"> <pre>Collectd-disk and -write_http require an older version of collectd tha= n offered by the repos (7.2.0-2 instead of 7.2.1-2 as offered by repo).<o:p= </o:p></pre> <pre><o:p> </o:p></pre> <pre>Will there be updated versions of collectd-disk and -write_http?<o:p><= /o:p></pre> <pre><o:p> </o:p></pre> <pre>To reproduce try # yum -y install ovirt-engine<o:p= </o:p></pre> <pre><o:p> </o:p></pre> <pre>on a fully updated Centos 7.3 1704<o:p></o:p></pre> <pre><a href=3D"https://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7= -x86_64-Minimal-1704-01.iso">https://buildlogs.centos.org/rolling/7/isos/x8= 6_64/CentOS-7-x86_64-Minimal-1704-01.iso</a><o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre><o:p> </o:p></pre> <pre>___________________________________________________________<o:p></o:p>= </pre> <pre>Oliver Dietzel<o:p></o:p></pre> <pre> <o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>_______________________________________________<o:p></o:p></pre> <pre>Users mailing list<o:p></o:p></pre> <pre><a href=3D"mailto:Users@ovirt.org">Users@ovirt.org</a><o:p></o:p></pre=
<pre><a href=3D"http://lists.ovirt.org/mailman/listinfo/users">http://lists= .ovirt.org/mailman/listinfo/users</a><o:p></o:p></pre> </blockquote> <p class=3D"MsoNormal"><o:p> </o:p></p> </div> </body> </html> --_000_CB113C990D3AAA4B835B7604246296153847602ARTOS2010Ertode_--
participants (3)
-
Eduardo Mayoral
-
Oliver Dietzel
-
Yedidyah Bar David