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.
-
@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.
-
@travisdh1 having no PHP5.x isn't about performance, it's about not having this specific version packaged for the OS. Why you would be running something so fresh on CentOS and not in a container with Alpine or somesuch, I don't know, but the container should be running on docker or some sort of CRI engine on a stable distribution. That's how it's done in large enterprise environments at least
-
@dyasny said in Testing oVirt...:
@scottalanmiller with a short lifecycle cadence, changes will keep dropping in very frequently.
Right, that's exactly what I want. Lots of small, regular changes.
Fedora doesn't really have "more" changes than CentOS. It just gets them a little at a time, rather than all at once.
So that "many frequent changes" is the very reason that I want it. To avoid irregular massive changes.
That and keeping up to date so that software still works.
-
@dyasny said in Testing oVirt...:
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.
Easier, yes, for lazy developers. I don't want software from vendors that are going out of date and might easily never manage to support the next release. That's risky with software. Many products do it, but it worries me that they are just stagnating and really worries me that they'll never support the next release.
Fedora releases every six months, not weeks. So those aren't worries here. That's Tumbleweed.
-
@dyasny said in Testing oVirt...:
It's a conservative approach, but it ends up saving money for the business, even if it contradicts the current devopsy hype.
I say the opposite. It's not conservative at all. It's recklessly out of date. Very liberal application of "not keeping up to date." I would say that it costs the business money, mostly through the creation of unnecessary risk. Conservative to me would be Fedora here, it's the tried and true process that takes the cautious approach.
As someone who has run software dev shops for years, we choose Fedora and Ubuntu Current for exactly this reason. Regular, progressive steps and cautious, planned updates all the time. Making staying current part of the normal routine, rather than making updating a huge scary irregular undertaking.
-
@scottalanmiller you're missing the long cycle of backports while maintaining compatibility and all the QA that goes into an EL release. I've worked in Red Hat's QE for a few years, there's a huge amount of stuff that gets found, fixed and ironed out of an upstream build before it gets into an EL release
-
@dyasny said in Testing oVirt...:
@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.
Fedora is NOT bleeding edge, it's just reasonably current.
Anything that runs on PHP, which is a LOT of stuff. For example.
Basically anything that needs good third party apps of any sort.
-
@scottalanmiller I think developers should focus on the product they are developing, and not on keeping up with the changes in the underlying OS
-
@dyasny said in Testing oVirt...:
@travisdh1 having no PHP5.x isn't about performance, it's about not having this specific version packaged for the OS. Why you would be running something so fresh on CentOS and not in a container with Alpine or somesuch, I don't know, but the container should be running on docker or some sort of CRI engine on a stable distribution. That's how it's done in large enterprise environments at least
If you don't use the OS as intended, what is the purpose? We've had this discussion here about LTSs in the past. IF you are bolting fedora or random third party libraries on to replace the core OS components, I see that as clear admission that Fedora was the right choice and only politics to keep using CentOS.
We run everything fresh, we don't want to run old, abandoned software. So "why something so fresh" applies to literally all workloads.
-
@scottalanmiller Fedora is as close to bleeding edge as it can be, that's the point of the distribution.
-
@dyasny said in Testing oVirt...:
@scottalanmiller I think developers should focus on the product they are developing, and not on keeping up with the changes in the underlying OS
That's really bad for me as a customer. It means i never know if the product will keep working and I know that they aren't prepared for updating it when the time comes.
As a software developer, that would mean I'm not consider my production for production. This is something we specifically fear from developers, that they focus on the code for themselves and forget that there are customers who actually need to run it in the real world.
-
@scottalanmiller calling EL "abandoned" is really strange, don't you think? All that software is supported by a major software vendor for 10 years, not just something a code-kiddy put out on github, which is what usually gets abandoned
-
@dyasny said in Testing oVirt...:
@scottalanmiller Fedora is as close to bleeding edge as it can be, that's the point of the distribution.
Not even close. That's Tumbleweed. Fedora is a six month release cycle, non-bleeding edge. It's very conservative. VERY.
It only "feels" like it is on any edge at all, because CentOS is so ridiculously stagnant. If you don't have the CentOS experience, then Fedora looks like a very conservative option.
THings like Tumbleweed are called rolling releases and their purpose is cutting edge. Even Tumbleweed is only cutting, not bleeding, edge. No mainline distro touches bleeding edge.
-
@dyasny said in Testing oVirt...:
@scottalanmiller calling EL "abandoned" is really strange, don't you think? All that software is supported by a major software vendor for 10 years, not just something a code-kiddy put out on github, which is what usually gets abandoned
I didn't, I called software that doesn't keep up to date and leverages ancient libraries and doesn't consider the next update to be the starting path of abandonment.