
------=_Part_7553599_769905490.1393151727543 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Jimmy, I sent the patch for you: http://gerrit.ovirt.org/#/c/24869/2 ----- Original Message -----
From: "James James" <jreg2k@gmail.com> To: "Jimmy Dorff" <jdorff@phy.duke.edu> Cc: "Sandro Bonazzola" <sbonazzo@redhat.com>, "Meital Bourvine" <mbourvin@redhat.com>, "users" <users@ovirt.org> Sent: Friday, February 21, 2014 10:33:06 PM Subject: Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0
Hi, I have been using oVirt in Scientific Linux for one year and everything works well.
Regards.
2014-02-21 19:10 GMT+01:00 Jimmy Dorff < jdorff@phy.duke.edu > :
Hi Sandro,
Dave Neary's comment is good. Here is a new patch:
*** a/ovirt-release.spec 2014-02-21 10:10:00.000000000 -0500
--- b/ovirt-release.spec 2014-02-21 13:01:35.856636466 -0500
***************
*** 69,75 ****
#Fedora is good for both Fedora and Generic (and probably other based on Fedora)
#Handling EL exception only (for now)
! if grep -qFi 'CentOS' /etc/system-release; then
! DIST=EL
! elif grep -qFi 'Red Hat' /etc/system-release; then
DIST=EL
fi
--- 69,73 ----
#Fedora is good for both Fedora and Generic (and probably other based on Fedora)
#Handling EL exception only (for now)
! if rpm --eval "%dist" | grep -qFi 'el'; then
DIST=EL
fi
Might be faster for you to submit cause I'm not familiar with gerrit, but I can login with my Fedora FAS account.
Cheers,
Jimmy
On 2/21/14, 8:17 AM, Sandro Bonazzola wrote:
Il 21/02/2014 16:25, Jimmy Dorff ha scritto:
On 2/21/14, 2:31 AM, Sandro Bonazzola wrote:
Il 21/02/2014 07:34, Meital Bourvine ha scritto:
Hi Jimmy,
As far as I know, scientific linux isn't supported by ovirt.
IIUC it's based on CentOS / RHEL so it may work.
Let us know if you've issues :-)
But you can always try submitting a patch ;)
SL works fine with ovirt. If you want to "support it", here is a patch.
If you've an account on gerrit you can review / verify it.
*** a/ovirt-release.spec 2014-02-21 10:10:00.000000000 -0500
--- b/ovirt-release.spec 2014-02-21 10:10:55.000000000 -0500
***************
*** 73,76 ****
--- 73,78 ----
elif grep -qFi 'Red Hat' /etc/system-release; then
DIST=EL
+ elif grep -qFi 'Scientific Linux' /etc/system-release; then
+ DIST=EL
fi
If you don't support Scientific Linux, then I would recommend not defaulting the DIST to Fedora and instead searching for the specific supported
releases and error out otherwise.
Future-wise, Scientific Linux *may* become a "CentOS variant" in Red Hat's CentOS.
Cheers,
Jimmy
_______________________________________________
Users mailing list
Users@ovirt.org
------=_Part_7553599_769905490.1393151727543 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <html><body><div style=3D"font-family: times new roman, new york, times, se= rif; font-size: 12pt; color: #000000"><div>Hi Jimmy,</div><div><br></div><d= iv>I sent the patch for you:<br></div><div>http://gerrit.ovirt.org/#/c/2486= 9/2</div><div><br></div><div><br></div><hr id=3D"zwchr"><blockquote style= =3D"border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#0= 00;font-weight:normal;font-style:normal;text-decoration:none;font-family:He= lvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"James James" <jr= eg2k@gmail.com><br><b>To: </b>"Jimmy Dorff" <jdorff@phy.duke.edu><= br><b>Cc: </b>"Sandro Bonazzola" <sbonazzo@redhat.com>, "Meital Bourv= ine" <mbourvin@redhat.com>, "users" <users@ovirt.org><br><b>Sen= t: </b>Friday, February 21, 2014 10:33:06 PM<br><b>Subject: </b>Re: [Users]= Problems with Scientific Linux and ovirt-release-11.0.0<br><div><br></div>= <div dir=3D"ltr"><div>Hi,<br>I have been using oVirt in Scientific Linux fo= r one year and everything works well.<br><div><br></div></div><div>Regards.= <br></div></div><div class=3D"gmail_extra"><br><div><br></div><div class=3D= "gmail_quote">2014-02-21 19:10 GMT+01:00 Jimmy Dorff <span dir=3D"ltr"><= <a href=3D"mailto:jdorff@phy.duke.edu" target=3D"_blank">jdorff@phy.duke.ed= u</a>></span>:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex">Hi Sandro,<br> <br> Dave Neary's comment is good. Here is a new patch:<div class=3D""><br> <br> *** a/ovirt-release.spec 2014-02-21 10:10:00.000= 000000 -0500<br></div> --- b/ovirt-release.spec 2014-02-21 13:01:35.856= 636466 -0500<br> ***************<br> *** 69,75 ****<br> #Fedora is good for both Fedora and Generic (and probably other base= d on Fedora)<div class=3D""><br> #Handling EL exception only (for now)<br></div> ! if grep -qFi 'CentOS' /etc/system-release; then<br> ! DIST=3DEL<br> ! elif grep -qFi 'Red Hat' /etc/system-release; then<br> DIST=3DEL<br> fi<br> --- 69,73 ----<br> #Fedora is good for both Fedora and Generic (and probably other base= d on Fedora)<div class=3D""><br> #Handling EL exception only (for now)<br></div> ! if rpm --eval "%dist" | grep -qFi 'el'; then<br> DIST=3DEL<br> fi<br> <br> Might be faster for you to submit cause I'm not familiar with gerrit, but I= can login with my Fedora FAS account.<br> <br> Cheers,<br> Jimmy<div class=3D"HOEnZb"><div class=3D"h5"><br> <br> <br> <br> On 2/21/14, 8:17 AM, Sandro Bonazzola wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> Il 21/02/2014 16:25, Jimmy Dorff ha scritto:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> On 2/21/14, 2:31 AM, Sandro Bonazzola wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> Il 21/02/2014 07:34, Meital Bourvine ha scritto:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> Hi Jimmy,<br> <br> As far as I know, scientific linux isn't supported by ovirt.<br> </blockquote> <br> IIUC it's based on CentOS / RHEL so it may work.<br> Let us know if you've issues :-)<br> <br> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <br> But you can always try submitting a patch ;)<br> <br> </blockquote></blockquote> <br> SL works fine with ovirt. If you want to "support it", here is a patch.<br> </blockquote> <br> <a href=3D"http://gerrit.ovirt.org/24869" target=3D"_blank">http://gerrit.o= virt.org/24869</a><br> If you've an account on gerrit you can review / verify it.<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <br> *** a/ovirt-release.spec 2014-02-21 10:10:00.000000000 -0500<b= r> --- b/ovirt-release.spec 2014-02-21 10:10:55.000000000 -0500<b= r> ***************<br> *** 73,76 ****<br> --- 73,78 ----<br> elif grep -qFi 'Red Hat' /etc/system-release; then<br> DIST=3DEL<br> + elif grep -qFi 'Scientific Linux' /etc/system-release; then<br> + DIST=3DEL<br> fi<br> <br> <br> If you don't support Scientific Linux, then I would recommend not defaultin= g the DIST to Fedora and instead searching for the specific supported<br> releases and error out otherwise.<br> <br> Future-wise, Scientific Linux *may* become a "CentOS variant" in Red Hat's = CentOS.<br> <br> Cheers,<br> Jimmy<br> <br> </blockquote> <br> <br> </blockquote> <br> </div></div><br>_______________________________________________<br> Users mailing list<br> <a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ovirt.org</a><br=
<a href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank"=
http://lists.ovirt.org/mailman/listinfo/users</a><br> <br></blockquote></div><br></div> </blockquote><div><br></div></div></body></html> ------=_Part_7553599_769905490.1393151727543--