Slashdot Log In
OpenVZ Pushing for Linux Kernel Inclusion
Posted by
ScuttleMonkey
on Tue Jan 17, 2006 07:32 PM
from the affront-to-real-partitions-everywhere dept.
from the affront-to-real-partitions-everywhere dept.
RomanianClimber writes to tell us News.com is reporting that SWSoft is trying to get OpenVZ into the Linux kernel. OpenVZ is an operating system level server virtualization solution, built on Linux. From the article: "In
this, it has a major ally: Red Hat, the top seller of the open-source operating system, which plans to add the software to its free Fedora version of Linux for enthusiasts. The companies' move to make OpenVZ partitioning standard in Linux is timely, said Pund-IT analyst Charles King."
Related Stories
[+]
OS Virtualization Interview 184 comments
VirtualizationBuff writes "KernelTrap has a fascinating interview with Andrey Savochkin, the lead developer of the OpenVZ server virtualization project. In the interview Savochkin goes into great detail about how virtualization works, and why OpenVZ outshines the competition, comparing it to VServer, Xen and User Mode Linux. Regarding virtualization, Savochkin describes it as the next big step, 'comparable with the step between single-user and multi-user systems.' Savochkin is now focused on getting OpenVZ merged into the mainline Linux kernel."
This discussion has been archived.
No new comments can be posted.
OpenVZ Pushing for Linux Kernel Inclusion
|
Log In/Create an Account
| Top
| 160 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Why is this needed? (Score:5, Insightful)
If this becomes part of the official kernel, then it becomes the kernel maintainer's problem.
If Red Hat comiles it into their distro's kernel, it is Red Hat's problem to maintain.
So if I were the kernel maintainer, I would need a very compelling reason to take on the extra work.
Re:Why is this needed? (Score:5, Insightful)
(http://www.sdonag.plus.com/ | Last Journal: Wednesday June 07 2006, @04:05AM)
Re:Why is this needed? (Score:5, Interesting)
2: Not just pay for but work with. This is the reason Xen has never really gotten into vanilla, even though it is supported directly by IBM, Intel and AMD.
Anyone worried? (Score:5, Insightful)
(http://www.hlds101.com/)
Now, Virtuozzo is one of their most awesome products, but I still don't feel right about having a company control over a piece of software embedded into a kernel. I have a chilly feeling about what they might do next and about what they're actually gaining by enabling this.
Just my two cents, I'm sure I'll get many replies of people disagreeing.
Re:Anyone worried? (Score:5, Insightful)
If Linus merges it into his tree, then how are they the ones that control it? If Redhat merge it into their tree, then how are they the ones that control it?
The whole point of Free Software is that the user is the one in control, not whoever happens to hold the copyright.
You do realise that other companies have lots of code in the kernel already, don't you? This is by no means the first company to push to have their code included in the kernel. SGI contributed XFS. IBM contributed JFS. Namesys contributed ReiserFS and are currently pushing to have Reiser4 included.
Some pretty decent reasons for this off the top of my head are:
Why the FUD?
That's the beauty of OSS (Score:3, Interesting)
Memory is like an... (Score:4, Funny)
(http://1fp.us/ | Last Journal: Friday March 10 2006, @11:22PM)
Re:Memory is like an... (Score:5, Funny)
He didn't miss a comma, he just faked it.
Hardware support? (Score:5, Insightful)
(http://www.reverseengineeredpenguin.com/visaris | Last Journal: Tuesday October 30, @12:56PM)
OpenVZ/VServer versus hardware virutalization (Score:5, Informative)
(http://www.ganymeta.org/)
OpenVZ doesn't care about processor virtualization features. OpenVZ (like VServer) is all about implementing a system like FreeBSD jails. In this model, there's only one kernel running, but different sets of processes are isolated from each other through operating system features. The separation applies to things like the 'ps' command and the /proc interface in general, as well as things like sockets and networking.
With OpenVZ/VServer, you can set up security and network separation so that certain processes will think of themselves as on 'internal-web-server', while others will think of themselves as 'external-web-server', and the two sets of processes would not be able to interact with each other in ways other than through the same kind of networking connections that they would use if they were on separate pieces of physical hardware.
Something like Xen or VMWare achieves this virtualization by simulating separate processors, memory, and I/O space hardware. OpenVZ/VServer doesn't incur this overhead, but does require much more significant modifications to the Linux kernel, as lots of system calls have to be modified to enforce the process group separation rules.
IP Rights secure on this? (Score:3, Interesting)
If due diligence has been done, and no problems on the horizon, then that's great. Just would hate to have something like this included and have it open up another SCO-like situation. Recognizing that one is Copyright based, and the other would probably be Patent, and in particular US patent based.
Re:IP Rights secure on this? (Score:4, Funny)
(http://slashdot.org/ | Last Journal: Tuesday August 29 2006, @06:44PM)
I can understand one thing (Score:1)
If its anything more then that then yeah, they'll get told to bugger off (and so they should).
BTW i didnt RTFA on this one
Xen (Score:5, Interesting)
(http://www.chabotc.nl/)
Never bet on a single horse i guess?
Or am i missing something and are OpenVZ and Xen very different products? (doesn't sound like it)
Upside of Xen seems to be the ability to run *bsd and other OS's in guest domains too, no mention of this in OpenVZ
Re:Xen (Score:5, Insightful)
Essentially, Xen creates a new kernel for each virtual machine instance (or dom-u), while OpenVZ appears to use the same kernel instance for each virtual server. The latter approach seems to have benefits for performance and scalability, but if you discover a kernel bug in an OpenVZ server, all other instances are immediately susceptible, whereas with Xen, only the dom-u you are in is exploited (though if all instances are running the same kernel, you're up the creek). You'd generally need to be able to exploit the dom0 in order to affect all dom-u's.
Obviously, you're right about Xen supporting multiple OSes per instantiation versus OpenVZ.
This is an idea I like (Score:1)
(http://logicgate.ychat.com/)
Running Windows XP and Linux simultaneously (Score:4, Informative)
QEMU [bellard.free.fr] will run Linux, BSDs, and Windows, from either Windows or Linux.
Colinux [colinux.org] will run linux from Windows XP. I'm not sure what the latest Fedora Image for it is, but I run a 2.6 kernel based Gentoo build from XP frequently (for that nethack fix).
I'm not sure either is suitable, but i would recommend looking at them, as they are both interesting projects, if not immediately useful to you.
Re:This is an idea I like (Score:5, Interesting)
(http://www.one-shore.com/~aaron)
Perspective (Score:5, Informative)
(http://baheyeldin.com/)
A rival technology is Xen [cam.ac.uk] from Cambridge University, which is free.
Galaxy (Score:5, Interesting)
http://h71000.www7.hp.com/wizard/wiz_3191.html [hp.com] (check the date - 1999!)
http://www.s-and-b.ru/syshlp/vms_html/6512/6512pr
http://h71000.www7.hp.com/availability/index.html [hp.com] (Lots of information about High Availability/Disaster Tolerance)
"All the world's a stage" or was it "All the galaxy's a stage?"
http://scifi.about.com/library/weekly/aa022800b.h
User Space Linux? (Score:2, Insightful)
(Last Journal: Friday May 07 2004, @11:35AM)
-molo
Pros and cons (Score:2, Informative)
Virtuozzo and OpenVZ (Score:5, Informative)
http://openvz.org/documentation/tech/virtuozzo [openvz.org] states "Differently from OpenVZ, Virtuozzo(TM) is developed and designed to run production workloads in 24×7 environments
and goes on to list, among Virtuozzo's advantages over OpenVZ:
"Higher VPS density. Virtuozzo(TM) provides efficient memory and file sharing mechanisms enabling higher VPS density and better performance of VPSs.
"Improved Stability, Scalability, and Performance. Virtuozzo(TM) is designed to run 24×7 environments with production workloads on hosts with up-to 32 CPUs."
Why should Linux accept a kernel patch if (unlike Linux itself) it is not designed to run 24×7 environments with production workloads on hosts with up-to 32 CPUs?
this has nothing on Solaris Zones (Score:2, Interesting)
A base install of Solaris in a zone, uses just 100MB of harddisk space. And on modern hardware takes less than 15 minutes per zone to install. Of course if you use the latest and greatest Solaris Express releases, you can use ZFS+Zones [blogspot.com] to cut the size of each zone down to 50MB of disk space, and zone creation time down to create a zone in 1 minute or less [sun.com]. You could also download and install brandz(Solaris patches that allows user to run Linux binaries in a Solaris Zone), and have even more choice. If you wish to debug your apps, you can use a stable dtrace and debug userland of both Solaris and Linux. And the Solaris kernel.
Arg! (Score:1)
Pfft (Score:2)
(http://slashdot.org/)
# chroot
non-graphical interface? (Score:3, Interesting)
(http://www.burr.cc/~egburr)
Similar to...? (Score:2)
(http://ivoras.sharanet.org/)
If it is, it's a good thing to have, though all that "commercial firm pitching a free version of their product into baseline kernel" thing sounds a bit dodgy.
Pund-IT? (Score:2)
*waits for it*
xen is king (Score:2)
VPSes like OS/2? (Score:2)
idea... (Score:2)
Xen ? (Score:1)
(http://www.matt-and-kim.com/)
The Linux devs should reject it's inclusion (Score:5, Informative)
(Last Journal: Saturday January 06 2007, @01:13AM)
This is because Intel and AMD are going to allow new and far more efficient ways of doing virtualization, with hardware assistance (lookup Intel Vanderpool and AMD Pacifica).
So, I don't see much long term gain for the effort for all the minuses.
You risk lower quality and increased maintenance costs. And you might also increase exposure to patent claims (but I bet IBM can smash anyone to pulp especially with virtualization patents).
You will still need developers to work on Vanderpool and Pacifica stuff, and I think you'd get better "bang for buck" with that (plus I think it will be a lot more fun).
This would be a REALLY REALLY bad choice. (Score:2, Insightful)
Two really big problems I see are these two.
1) There is many other virtual server projects which do the same thing as OpenVZ. If one is included into the kernel, and the others conflict with eachtother over that, that's really going to complicate the linux world.
2) Multiple projects use vserver software currently in project, or they are developing on one of the many different virtual server project. This would cause problems for every one of those peoples project. Companies could loose lots of money because of a foolish decision like this.
The choice should be up to the user, and they should not be restricted to any one server virtualization project. This would get rid of competition over virtual server projects. If they are going to include this virtual server software, they should include all of the current virtual server projects and make them options. Most of them are probably incompatible with eachother, so the code has to make sure those conflicts do not happen.
Maybe an alternative should be to have a patchset made by the OpenVZ which could be given to linux for each kernel release, and multiple trees could be made. A regular kernel, then alternative virtual server kernels.
To allow this to happen would be something like Xorg saying they will only support Intel video cards from now on. Anyone with anything which doesn't have the intel chipset on their video card which is supported is screwed. Or for the linux kernel to only support AMD processors, it just wouldn't make sence. The foolish decision of OpenVZ to request this above all the other server virtualization projects is an extremely greedy and foolish choice I think.
I hope linus says no, or comes and checks the slashdot comments to read this and then tells them no. I may even have to fire him off an email about this.
While I can understand OpenVZ's side of things, overall this would be an extremely bad decision. I hope this never comes to be, for it will be a very sad day.
As for OpenVZ, Quit with the greed, keep your project as a seperate kernel addon to give a more competitive market.
5 (euro)cents worth... (Score:1)
This shouldn't be in the kernel.
-/Most end-users won't care about this technology. For them, Hypervisor is more of interest (whoa! no more dual booting, dude!!)
-/The functionality is more relevant to businesses who have no issue with custom kernels.....but then why not go for something supported/enterprise-grade?
-/It's the crappy freeware version intended to sell the upscale enterprise version. Why put something intentionally crippled in the kernel?
-/ There are several similar technologies being worked at. What makes this entry-version freeware so important?
Now, don't misunderstand me, I'm all for this type of software (even if not as full featured as the commercial package, I would still like to express a lot of gratitude for releasing this). I just think that the people who want to play around with this, will have no problem applying the patch to their kernel. I see NO reason to include this in the kernel.
Is it to get ready to GPLv3? (Score:1)
(Last Journal: Monday August 20, @04:10PM)
VZ hosting products are interesting (Score:2)
It is like colocation but less expensive. You share cpu & disk with other servers, but it is easier to maintain than a complete dedicated server.
OpenVZ versus Zen versus User-mode Linux versus... (Score:2)
(http://membled.com/)
(I still miss running dosemu... that was fun...)
Re:Top seller (Score:2)
(http://www.hlds101.com/)
RHE is based on CentOS (http://www.centos.org/ [centos.org] It's also my favorite distro for both desktops and servers! So go try it out.
Re:Top seller (Score:5, Informative)
You've got that backwards. CentOS takes the RHEL SRPMS released by Red Hat, rebuilds the binaries, and reassembles them into a distribution.
Re:OpenVZ? (Score:3, Informative)
OpenVZ is a subset of a commercial product called Virtuozzo. It provides "virtual private server" functionality similar to FreeBSD jail() or Solaris Zones, including a private virtual network stack, private process space, and such, to each instance. However, it all runs on top of a single (specially modified) Linux kernel. Its advantages are in easy resource sharing among instances - since everything is running under one kernel, resource sharing (disk, memory) is made simpler. However, it has the disadvantage of less isolation - if the kernel crashes or is subverted, the entire system is at risk. Also, unlike with Xen, for example, you can only run Linux distributions (with the same kernel version). You cannot run other OSes (like NetBSD, FreeBSD, etc.).