oVirt 3.4 Means Management, VMs Can Live On the Same Machine
darthcamaro (735685) writes "Red Hat's open source oVirt project hit a major milestone this week with the release of version 3.4. It's got improved storage handling so users can mix and match different resource types, though the big new feature is one that seems painfully obvious. For the first time oVirt users can have the oVirt Manager and oVirt VMs on the same physical machine. 'So, typically, customers deployed the oVirt engine on a physical machine or on a virtual machine that wasn't managed or monitored,' Scott Herold, principal product manager for Red Hat Enterprise Virtualization said. 'The oVirt 3.4 release adds the ability for oVirt to self-host its engine, including monitoring and recovery of the virtual machine.'"
(Wikipedia describes oVirt as "a free platform virtualization management web application community project.")
n/t
...around the supposed benefits of server-side virtual machines.
You're running an operating system, so that you can run a software package, so that you can run another operating system, so that you can run another software package that is then interfaced-to by users or other stations on the network?
I guess that I can see it for boxes that serve multiple, different paying subscribers that each get their own "box", but wouldn't it just make more sense to size the applications to use the host OS on a single box as opposed to running multiple copies of operating systems and services that eat resources when the virtual hosts all belong to a single customer?
Do not look into laser with remaining eye.
i've been doing this for one and a half year .
just yum install ovirt-* and bang! self hosted ovirt 3.... on zfs.
shameful post.
Is a moron.
Now if we could just get it interfaced to the Open Cloud Computing Interface (https://en.wikipedia.org/wiki/Open_Cloud_Computing_Interface), all would be well.
I guess that I can see it for boxes that serve multiple, different paying subscribers that each get their own "box", but wouldn't it just make more sense to size the applications to use the host OS on a single box as opposed to running multiple copies of operating systems and services that eat resources when the virtual hosts all belong to a single customer?
Personally this is why I always like Solaris' zone (like FreeBSD Jails++) more than other forms of virtualization (VMware, KVM, Xen, etc.).
The guest/s is/are completely isolated from hosting system, but you only have one kernel, and so the overhead is almost nothing. Patching and other system maintenance is also less burdensome because you're not dealing with multiple "full" systems (with libraries, etc.), and can update many systems from the main host.
There have been guest-to-host privilege escalation exploits for KVM, but I'm not aware of anyone accomplishing the same thing with Solaris Zones (or FreeBSD jails), so the security isolation of containers can be strong. (Linux's containers don't have the same track record sadly.)