About the Linux-VServer 1) Please tell me a little bit about yourself... education, hobbies, family, employment, etc? ------------------------------------------------------------------- After finishing the Secondary School (focus on Natural Sciences) I started studying Physics and, once available, Computer Sciences. Finished with a DIPL.-ING. in CS (equivalent of M.S. degree). I'm still working on my PhD Thesis ... Hobbies include, but are not limited to (besides coding): Juggling, Billiards, The Movies, Electronics I'm currently self employed as IT Consultant, and - lucky me - my beautiful wife is an artist and IT expert 2) For those unfamiliar with Linux-VServer, could you please provide a brief description of what it is? [Feel free to copy/paste from pre-existing FAQ information.] ------------------------------------------------------------------- Linux-VServer is an Isolation Technique in concept very similar to BSD Jails or Solaris Containers, which allows to run multiple Linux Environments on a single Kernel side by side, with no measurable Overhead. 3) How long have you been working on Linux-VServer and how did you get started? ------------------------------------------------------------------- I started as an simple user back when the Project was called 'Linux Security Contexts', maintained by Jacques Gelinas. Everything back then was very rough and edgy, many possible exploits, no resource management, no SMP support. But I liked the idea of the Project and soon I had a bunch of patches sitting on my desk, improving this behavior or adding that feature. In Summer 2003, Jacques suddenly disappeared, and the Project completely stalled ... a few months later, I volunteered to take over interimistic Project Maintainership until Jacques' return. After he reappeared, and it became apparent that he didn't have the time to continue development, I officially became the new Maintainer. 4) I know that you prefer users to build their own Linux-VServer kernel and tools although the project does offer binaries for several Linux distributions... and Debian also offers binary kernels with Linux-VServer support. Do you think the build-it-yourself method increases the barrier of entry for new users and if not why not? ------------------------------------------------------------------- There are binaries and pre-compiled Kernel Images available for most Distros nowadays, but while a Distro Kernel definitely lowers the entry barrier, I'm not convinced that Isolation or Virtualization should be treated like a Word Processor or Graphics Program ... you definitely should know what you are doing if you set up a 150+ guest hosting platform :) Besides that, a Distro Kernel has to handle quite a number of corner cases, and we already see where this leads to, if you look at typical kernel packages, which are not only huge but also come in 20+ flavors (desktop 2/4/16GB, server 4/16/64GB ...) Compiling the Kernel yourself not only increases the quality of the resulting Kernel (because you can avoid all the corner cases), it also improves security and stability to some extend, and it's just great if you can tell your friends that you 'rolled your own kernel', isn't it? :) 5) One of the unique features (in my mind) of Linux-VServer is unification. Could you please provide a brief description of what unification is and list any potential benefits or drawbacks? ------------------------------------------------------------------- I think there are quite a number of 'unique' features in Linux-VServer, unification is only a small puzzle piece to achieve high density and efficient resource usage. Typical Hosting Scenarios have a large number of quite similar guests -- think fifty times Debian and forty times Fedora -- so it can be assumed that they will share the very same files, like libraries and executables and only differ in configuration and 'user data'. Typically, those common files will not only take up a lot of disk space, each file will also consume a certain amount of memory (for caching and mapping). Fortunately, both can be significantly reduced by using a well known Unix feature, called Hard Links -- having more than one pointer to the very same inode not only reduces the amount of disk space but also eliminates the need for separate caches and mappings. The idea was quite simple, but the implementation took a long time to get perfected. Today we not only have Unification, but also Copy on Write (CoW) Link Breaking. 6) Have you had any discussions with any Linux distribution makers about including Linux-VServer support in their releases? What distros currently include a Linux-VServer kernel option? ------------------------------------------------------------------- We are not approaching Distribution Makers to 'include' Linux-VServer (like Companies would do), nevertheless, Tools and Kernel packages made it into most Distros by now. At least I know about the following Distributions to have some kind of Linux-VServer package/option available: ALT Linux, Arch Linux, Debian, Fedora, Gentoo, Knoppix, Mandriva, PLD Linux, Rock Linux, Slackware, T2, Ubuntu 7) Any idea how many people are using Linux-VServer? Care to mention any large deployments that you are aware of? ------------------------------------------------------------------- I don't have any details here, but I think there are quite a number of users out there, mainly because Linux-VServer is really versatile and not limited to hosting, as it might seem at first glance. Large Deployments are definitely PlanetLab and Lycos, but I also heard rumors about Cisco and other larger companies. As we do not require any registration to use the Software, there is no real way to tell, and personally, I do not care that much. 8) Can you tell me a little bit about how the development team works together? How does the team communicate? What version control software do you use? ------------------------------------------------------------------- It's basically loose cooperation .. folks do what they like to do, with no real stress or pressure - after all, they are doing it for free ... Communication is done via IRC, in a shared user/developer channel (which allows to keep contact with the end-user) Linux-VServer (for now) uses the good old Patch and Delta approach for the Kernel - although we toy with the idea to switch to git for that - and various versioning systems for the user-space tools (depending on the maintainer) 9) I've been monitoring the project IRC channel (#vserver on irc.oftc.net) for the past few weeks and am amazed by how active you and a few of your fellow developers (shoutout to daniel_hozac) are in the channel. I've often seen you personally greet people as they join the channel. Hmm, where's my question? I guess... it is... how have you been able to maintain the energy to be so active for so long? Have you ever gotten burned out from IRC? ------------------------------------------------------------------- The #vserver IRC channel is a very friendly environment, more important it is the kind of work environment I always wanted, and finally IRC is my primary long distance communication medium ... so I think it comes quite naturally. No, I don't think that you can get burned out easily from talking with people ... 10) How do you feel about people who are working for commercial companies that seek free support via IRC? ------------------------------------------------------------------- Strange question -- the very same as I feel about other people. Of course, I appreciate when folks working for commercial companies contribute back in some way. 11) What do you think is the weakest area of the Linux-VServer right now? If you suddenly had a few additional volunteers, what skills would you be looking for and how would you like to put them to work? ------------------------------------------------------------------- I think the weakest area is the Memory Management ... I have quite a number of ideas how to improve on that, but for one it isn't that important in most cases, and on the other hand it would consume quite some time for testing Clustering. I think the future of Isolation and Virtualization is in larger installations spanning several Hosts and moving applications around freely. Check-pointing and Live Migration have very limited use, if you want to do large scale load balancing or run 100k+ tasks in one environment. The Linux Kernel and Security Contexts 1) I see the term "security context" used a lot. What exactly is a "security context" and how does it relate and/or differ from a process container? Is it a functional difference or an implementation distinction? ------------------------------------------------------------------- Basically "security context" is a relict from the time when nobody knew what a "container" would be :) but to be precise, nowadays a (security) context is only one piece of the big "container puzzle". 2) Have you been working with the upstream mainline kernel developers to get the Linux-VServer code integrated into the mainline kernel? If so, how has that been going? ------------------------------------------------------------------- We had a bunch of mainline folks hanging around in the channel, and some of them even tried to get Linux-VServer upstream, but personally I don't think that it makes too much sense to have Linux-VServer in mainline. More important, mainline kernel development is mostly about political decisions, and I really don't like to invest any of my time in that ... 3) Andrew Morton said the following during his LinuxWorld Expo 2007 Opening Keynote: "The one prediction I am prepared to make... is that over the next 1 to 2 years there'll be quite a lot of focus in the Linux kernel on... the core of the Linux kernel... on the project which has many names. Some people call it containerization... others will call it operating system virtualization... other people will call it resource management. It's a whole cloud of different features which have different applications." How do you predict the mainstreaming of OS Virtualization will go? ------------------------------------------------------------------- Currently it looks like the Linux Kernel OS Virtualization is trying hard to compete with Xen or KVM instead of focusing on efficiency and performance, i.e. completeness and virtualization instead of lightweight isolation and resource sharing. Do you think all of the features provided by Linux-VServer will eventually make it into the mainline kernel? ------------------------------------------------------------------- I really doubt that, there are so many different aspects of Linux-VServer which extend the Linux-VServer kernels beyond the simple aspects of OS Virtualization What features do you anticipate will still have to be maintained outside of the mainline kernel? ------------------------------------------------------------------- Depending on the future virtualization development, this will range from isolation mechanisms to resource sharing In any case, current Linux-VServer APIs have to be maintained in the future too, unless we drop backward compatibility, which isn't something that should be done lightly. 4) When I did an interview with the OpenVZ Project Manager I mentioned the various stake holders in the OS Virtualization space... and for some reason, Linux-VServer didn't show up. ------------------------------------------------------------------- Not very surprising to me, as we always have been (and unfortunately still are) "the enemy" for the company behind OpenVZ :) 5) I know that you and your team aggressively keep up with mainstream kernel development and take advantage of added features as they appear (especially those related to OS Virtualization). Why do you think Linux-VServer isn't mentioned very often in OS Virtualization discussions such as those seen on Linux Weekly News or in talks given by the likes of Andrew Morton? ------------------------------------------------------------------- Linux-VServer developers do not really spend any time on Marketing and Public Relations (this interview is the exception to the rule here :), we prefer to spend our time on design and development. Maybe some day a Marketing/PR person will come along and start bringing Linux-VServer into the media :) 6) As OS virtualization features are adopted into the mainline kernel over the next year or two, how do you see it affecting the Linux-VServer project? ------------------------------------------------------------------- As usual, we'll have more work to do ... adapting code, fixing mainline bugs, etc. 7) Would you care to mention some recent developments? ------------------------------------------------------------------- We recently completed implementation and testing of IPv6 isolation which is a requirement in some parts of the world. The CoW Link Breaking was improved too, so that unified files are almost like normal files. Device mapping is another area development was done for, but that still needs more testing. 8) What other features/areas would you like to see Linux-VServer development move towards? Anything you've always wanted to add but just haven't gotten around to it yet? ------------------------------------------------------------------- Yes, full cluster support for lightweight isolation. Linux-VServer and OLPC's Bitfrost Security Platform 1) It is my understanding that Linux-VServer has been adopted (or pieces of it) by the One Laptop Per Child (http://www.laptop.org/) project as part of the Bitfrost Security Platform (http://en.wikipedia.org/wiki/Bitfrost). I have seen you chatting with a few of the OLPC developers in the IRC channel. What, if any relationship do the Linux-VServer developers have with the Bitfrost developers? ------------------------------------------------------------------- I was hired by the OLPC folks to adapt Linux-VServer to the specific Bitfrost requirements, which I did. Besides that, there is not more or less relation between OLPC and Linux-VServer than with any other projects using Linux-VServer for specific purposes. 2) Did you anticipate that Linux-VServer would ever be used to build a security platform? ------------------------------------------------------------------- Linux-VServer drastically increases security if used properly, so yes, that is actually one of the main usage scenarios of Linux-VServer, although most folks consider Hosting and Server Consolidation the primary area of application. 3) There were some recent discussions on the Linux-Kernel Mailing List about chroot (http://lwn.net/Articles/251783/). What are the basic differences between the standard chroot and that offered in Linux-VServer? ------------------------------------------------------------------- chroot(), contrary to common belief, is not a security mechanism per se, it just changes the view of a process. Together with security mechanisms like the Barrier in Linux-VServer and vfs name-spaces it can be used to isolate parts of the filesystem as it is done for typical containers. OS Virtualization vs. Other Methods 1) OS Virtualization doesn't seem to get as much press coverage and some would say not as much respect as Machine Virtualization. Why is that? ------------------------------------------------------------------- I think, in a world of closed source and badly coded commercial applications and operating systems, it is not very surprising that virtualization targets a complete and usually closed system, and that is exactly where Machine Virtualization is the primary choice. 2) I understand that Linux-VServer has been able to cohabitate with the Xen for some time. Do you know anyone using Xen and Linux-VServer together? ------------------------------------------------------------------- Yes, at least one person is actively using Xen and Linux-VServer together, but I guess there are more out there, especially as Xen and Linux-VServer complement each other, you won't use a fork when you need a spoon and vice versa. 3) One of the main areas of concentration by many of the commercial vendors of virtualization products has been in the area of producing fancy GUI management tools. What GUI tools have you seen spring up for Linux-VServer (open source or proprietary) and do you recommend any of them? ------------------------------------------------------------------- Yes, don't forget, the management tools are the main area where commercial vendors make money. There are a bunch of proprietary GUIs I know of but do not really want to mention, as they have been developed by Hosting providers for their personal use. There are at least two FOSS products (OpenVCP, openQRM) and one proprietary solution I know about, but probably there are more out there, and in the future, the libvirt project might bring a bunch of GUI tools. 4) Qumranet (http://web1.qumranet.com/), the company behind KVM, recently announce a business strategy around desktop virtualization and a patent pending SPICE protocol. Do you think Linux-VServer and OS Virtualization in general have a role to play in desktop virtualization? ------------------------------------------------------------------- Depends on how you define desktop virtualization. For example, there is a project called moreubuntu (https://wiki.ubuntu.com/MoreUbuntu) which uses Linux-VServer to build a Multiseat solution, where several users can share a single PC (with several keyboards and mice attached) without affecting each other. 5) What if any add-on tools are being used by some of your users in the area of desktop virtualization? Do you think we'll eventually be looking for a patent unencumbered alternative to SPICE or do you think the protocols provided with X11 and VNC can be extended to meet future needs? ------------------------------------------------------------------- I had to google for 'SPICE' in this specific context, as I only knew spice as being a simulation program for integrated circuits (wikipedia seems to agree with me here :) I think SPICE(tm) is a marketing gag, at least I do not see why a proprietary protocol should improve the (cit) 'interactive experience for virtual environments'. 6) Given the VMware IPO and the buyout of XenSource by Citrix (both in the United States)... and the buzz word that virtualization is in the IT industry these days, have you given thought to the possibilities of a commercial flavor of Linux-VServer or offering commercial services? If not, why not? ------------------------------------------------------------------- Virtualization might be a buzz word today, but the times where virtualization was new and shiny are long gone, mainline Linux always was behind in that area, and now it is slowly catching up. Personally I (and probably other Linux-VServer developers too) provide commercial support and consulting for Linux and especially Linux-VServer, feel free to contact me. In Closing... I greatly appreciate you taking the time to answer my questions. Are there any questions I missed... or anything additional you'd like to mention? ------------------------------------------------------------------- You're welcome! No, nothing I can think of at the moment ...