Testing oVirt...
-
@dyasny said in Testing oVirt...:
@fateknollogee I used to be very involved with everything RHEV and oVirt a while ago. From the time they were called SolidIce in fact
What's your take on oVirt?
-
@fateknollogee I left the project a few years ago, moved on to Openstack and the k8s related stuff. And right now I'm into big data and nosql
-
@fateknollogee I'm not objective, being there almost from the start. I know people who have been running it for almost a decade now in production and are quite happy with it though. It would really depend on your use case and budget of course
-
Thanks for the honesty.
-
@fateknollogee if you have a specific use case in mind I can help with that.
-
@dyasny said in Testing oVirt...:
@fateknollogee if you have a specific use case in mind I can help with that.
My plan it to migrate all my workloads from Hyper-V to oVirt.
Everything from basic servers, SQL, VOIP etc. -
@fateknollogee you will have to plan the setup properly if you don't want surprises. I'd be keeping away from gluster and hosted engine for example, especially in a large setup.
-
@dyasny All my testing has been HE & gluster!
-
@fateknollogee well, there you go then
-
@fateknollogee said in Testing oVirt...:
@aaronstuder said in Testing oVirt...:
@fateknollogee said in Testing oVirt...:
In the next release (which will 4.2.7), you'll be able to deploy a single node install from Cockpit UI.
But not on Fedora
No Fedora support
Regretfully, Fedora is not supported anymore, and RPMs for it are not provided. These are still built for the master branch, so users that want to test them, can use the nightly snapshot. At this point, we only try to fix problems specific to Fedora if they affect developers. For some of the work to be done to restore support for Fedora, see also tracker bug 1460625.oVirt Node 4.3 will have Fedora.
Finally, woot!
-
@scottalanmiller why this obsession with Fedora? If you are building a production cluster, CentOS is the obvious choice
-
@dyasny said in Testing oVirt...:
@scottalanmiller why this obsession with Fedora? If you are building a production cluster, CentOS is the obvious choice
I'd say the opposite. The more critical the workload, the more I want regular updates. I don't see long term releases as being as production ready these days.
https://www.smbitjournal.com/2017/04/rethinking-long-term-support-releases/
-
The last thing that I want for a production system is something with a long release schedule and big, often breaking, updates every few years. I want regular, small updates that we can "roll" on a regular basis.
-
@scottalanmiller I disagree. The last thing I want in production is to deal with tons of bugs and losing API compatibility, having to overhaul my automation all the time to readjust. I've had enough of that when I was working on Openstack, and the product was changed every 6 months so that my code had to be updated for every version over and over again. Fedora is great (I'm typing this message on F28 right now), it has been my desktop OS for the past 10 years, but as a server - no. CentOS is stable and predictable and is a very easy solution if your business intends to grow enough to move on to RHEL.
-
@dyasny said in Testing oVirt...:
@scottalanmiller I disagree. The last thing I want in production is to deal with tons of bugs and losing API compatibility, having to overhaul my automation all the time to readjust.
Never seen that in Fedora, but seen it more in CentOS. The big "few years in between" overhauls are exactly where I see that happen. Your reason is exactly why I want smaller, regular updates. Not fewer giant ones.
-
CentOS is great, but we moved from CentOS to Fedora for stability and reliability reasons. We found that CentOS so often had issues that causes us to no longer be able to keep apps working (without doing things that defeated the purpose of CentOS, like bolting on Fedora updates) or just could not keep our OS updated, that we moved as much production as possible to Fedora.
Fedora fixed common CentOS stability issues immediately.
-
@dyasny said in Testing oVirt...:
@scottalanmiller I disagree. The last thing I want in production is to deal with tons of bugs and losing API compatibility, having to overhaul my automation all the time to readjust. I've had enough of that when I was working on Openstack, and the product was changed every 6 months so that my code had to be updated for every version over and over again. Fedora is great (I'm typing this message on F28 right now), it has been my desktop OS for the past 10 years, but as a server - no. CentOS is stable and predictable and is a very easy solution if your business intends to grow enough to move on to RHEL.
I'd have to disagree with you. In my experience, CentOS is just broken in many cases, always badly out of date, and performance is bad (specifically PHP 5.X still). Staying with the current Fedora version is less work than making things work with CentOS/RedHat, unless you're only using RedHat supported software.
-
@travisdh1 said in Testing oVirt...:
@dyasny said in Testing oVirt...:
@scottalanmiller I disagree. The last thing I want in production is to deal with tons of bugs and losing API compatibility, having to overhaul my automation all the time to readjust. I've had enough of that when I was working on Openstack, and the product was changed every 6 months so that my code had to be updated for every version over and over again. Fedora is great (I'm typing this message on F28 right now), it has been my desktop OS for the past 10 years, but as a server - no. CentOS is stable and predictable and is a very easy solution if your business intends to grow enough to move on to RHEL.
I'd have to disagree with you. In my experience, CentOS is just broken in many cases, always badly out of date, and performance is bad (specifically PHP 5.X still). Staying with the current Fedora version is less work than making things work with CentOS/RedHat, unless you're only using RedHat supported software.
The big issue isn't CentOS supporting itself, but CentOS (or any LTS release) supporting the "world around it." The world moves on, and the OS doesn't. Making for breaking changes in relation to the real world. CentOS 7 is rock solid, as long as you don't want to run current software on it from third parties.
-
@scottalanmiller with a short lifecycle cadence, changes will keep dropping in very frequently. No manual QA will mean all the corner use cases will be unchecked (I've seen startup who don't even bother to do automatic functional testing, just unit tests, and then push to production). It is much easier to standardise on an OS, maintain it for a few years, and make changes after those few years once, than to keep hacking at new wonderful surprises every few weeks.
It's a conservative approach, but it ends up saving money for the business, even if it contradicts the current devopsy hype. Besides, I'd rather develop a release pipeline instead of having to constantly fix it because someone upstream didn't care to read the docs and broke the APIs I rely on. Seen it happen way too often
-
@scottalanmiller anything specific you could give as an example? Unless you're running something extremely bleeding edge (and that, these days is usually done in a container, not on the baremetal OS), you shouldn't see such problems at all. The version numbers in EL are misleading, because they do not show the amount of various backports that went into them.