virtualize all the things... ?
-
@black3dynamite said in virtualize all the things... ?:
@scottalanmiller
Since we always should be using virtualization, is there anything wrong with having only one VM that requires a lot of resources from the host?One to one is just fine. Nothing in the rule to "always virtualize" implies that we always consolidate. Totally different considerations.
-
@marcinozga said in virtualize all the things... ?:
Facebook runs all physical, but that's an edge case.
Is that still true? That was news based on them using crappy Atom servers six or seven years ago. FB is arguably virtualizing in a macro way, though, they do cluster level virtualization. Same as we did on Wall St. for massive decision clusters.
-
@scottalanmiller said in virtualize all the things... ?:
@marcinozga said in virtualize all the things... ?:
Facebook runs all physical, but that's an edge case.
Is that still true? That was news based on them using crappy Atom servers six or seven years ago. FB is arguably virtualizing in a macro way, though, they do cluster level virtualization. Same as we did on Wall St. for massive decision clusters.
I have no idea, but their reasoning was they didn't have underutilized servers so there was no point virtualizing.
-
@marcinozga said in virtualize all the things... ?:
@scottalanmiller said in virtualize all the things... ?:
@marcinozga said in virtualize all the things... ?:
Facebook runs all physical, but that's an edge case.
Is that still true? That was news based on them using crappy Atom servers six or seven years ago. FB is arguably virtualizing in a macro way, though, they do cluster level virtualization. Same as we did on Wall St. for massive decision clusters.
I have no idea, but their reasoning was they didn't have underutilized servers so there was no point virtualizing.
Which is no logic at all as that's the reason not to consolidate and has nothing to do with virtualization. This suggests that a confused software guy was quoted and not someone from even the IT department. All it tells us is that the guy being quoted doesn't know what virtualization is and made up something to be a sound bite.
-
What's your favorite open source virtualization platform for SMB?
-
@bj said in virtualize all the things... ?:
What's your favorite open source virtualization platform for SMB?
Don't have one. Okay, okay, I do. I like Xen. Mostly because I've been on it since like 2003. I like PV conceptually. Xen has always treated me well.
KVM was a silly project and was designed to splinter the market, so I dislike it because of that. Today, Xen and KVM are sibling products of the Linux Foundation. In reality, KVM is the better choice most of the time.
-
@marcinozga said in virtualize all the things... ?:
they didn't have underutilized servers
I seriously doubt that
-
@wirestyle22 At what point do you consider a server not "under utilized"?
-
@marcinozga said in virtualize all the things... ?:
I have no idea, but their reasoning was they didn't have underutilized servers so there was no point virtualizing.
As @wirestyle22 points out... this is almost certainly just lying. Getting good utilization from a single server without virtualization is hard enough. Doing it with all servers is absurdly impossible. That they had more than one server at all suggests that their entire purchasing strategy is likely based around not consolidating (e.g. they bought servers sized to make them appear utilized, rather than fewer larger servers that could consolidate.)
If your goal is to make virtualization seem unnecessary by first conflating the value with that of consolidation and then sizing servers to be heavily used and you have people who don't catch on to either part, it can seem plausible. But it requires a lot of work and wasted money and in the end, if we looked at what they have, I bet the proof that they needed to virtualize is pretty evident.
-
@bj said in virtualize all the things... ?:
@wirestyle22 At what point do you consider a server not "under utilized"?
That is actually my point
-
@bj said in virtualize all the things... ?:
@wirestyle22 At what point do you consider a server not "under utilized"?
When the CPU is 100%
Sounds silly, but that's really kind of the answer.
-
@scottalanmiller said in virtualize all the things... ?:
@bj said in virtualize all the things... ?:
@wirestyle22 At what point do you consider a server not "under utilized"?
When the CPU is 100%
Sounds silly, but that's really kind of the answer.
Right
-
If you are hitting 100%, I presume you then back off a little? That seems... unhealthy in the long term.
-
@bj said in virtualize all the things... ?:
If you are hitting 100%, I presume you then back off a little? That seems... unhealthy in the long term.
Any unused resource is not being utilized, making a server underutilized. That's the point we are making.
-
I understand the point, and on that point you are absolutely correct. My question is in practice, are you actually trying to hit that 100% mark? It seems like the services would do well to have a little buffer room in there, considering spikes in load and all. But maybe we're talking apples and oranges here. I'm thing production web / database servers, where speed is a priority. Maybe you are considering a less sensitive work load?
-
@bj said in virtualize all the things... ?:
I understand the point, and on that point you are absolutely correct. My question is in practice, are you actually trying to hit that 100% mark? It seems like the services would do well to have a little buffer room in there, considering spikes in load and all. But maybe we're talking apples and oranges here. I'm thing production web / database servers, where speed is a priority. Maybe you are considering a less sensitive work load?
There are reasons to not virtualize which @scottalanmiller has mentioned here, but they are very few and far between. Typically you are wasting more resources in a non-virtualized server than you are in a physical server. They can be telling the truth, but I seriously doubt they are.
-
@bj said in virtualize all the things... ?:
If you are hitting 100%, I presume you then back off a little? That seems... unhealthy in the long term.
If you MAINTAIN 100%, there is nothing to do but buy more gear!
-
@bj said in virtualize all the things... ?:
I understand the point, and on that point you are absolutely correct. My question is in practice, are you actually trying to hit that 100% mark?
For maximum throughput, yes you are. You only ever go below that point for latency reasons.
-
@bj said in virtualize all the things... ?:
It seems like the services would do well to have a little buffer room in there, considering spikes in load and all.
That's why you virtualize and consolidate. It helps to even out the spikes.
-
@wirestyle22 said in virtualize all the things... ?:
@bj said in virtualize all the things... ?:
I understand the point, and on that point you are absolutely correct. My question is in practice, are you actually trying to hit that 100% mark? It seems like the services would do well to have a little buffer room in there, considering spikes in load and all. But maybe we're talking apples and oranges here. I'm thing production web / database servers, where speed is a priority. Maybe you are considering a less sensitive work load?
There are reasons to not virtualize which @scottalanmiller has mentioned here, but they are very few and far between. Typically you are wasting more resources in a non-virtualized server than you are in a physical server. They can be telling the truth, but I seriously doubt they are.
It's really not that you run servers at 100%. It's that you don't use excuses like being fully utilized until you are. Because it makes no sense. If your servers are sized to be maxed out, then consolidation would improve that.