Re: [PATCH 0/9] namespaces: Introduction



On Fri, 2006-05-19 at 17:47 +0400, Andrey Savochkin wrote:
We can start with presenting and merging the most interesting part, network
containers. We discuss details, possible approaches, and related subsystems,
until networking is finished to its utmost detail.
This will create an example of virtualization of a non-trivial subsystem,
and we will have to agree on basic principles of virtualization of related
subsystems like proc.
[...]
What do people think about this plan?

Network is an interesting one because you have multiple solutions - the
very simple approach of network binding (as used by Jacques Gelina's
original IP vhost work from December 1997), and network virtualisation.
That virtualisation itself can be broken down into providing merely
virtual interfaces (so that, for instance, you can have independent lo
interfaces in the virtual servers) as in Vserver 2.1.x, or providing a
completely virtualised network stack, as in Vserver ngnet (and possibly
OpenVZ?).

Each solution performs the virtualisation at a different level, and has
incrementally higher orders of inefficiency and maintenance
requirements. Yet none of them are essentially better or worse than the
others.

So, we might end up with all three eventually - but binding alone is the
simplest and still extremely useful.

Sam.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: SBS 2003 R2 hardware upgrade
    ... as to 'learning' such, there's very little to actually learn, particularly ... in order to get a server test environment up. ... Getting your head around network virtualisation and where you wish to share ...
    (microsoft.public.windows.server.sbs)
  • Re: Testing with Virtual Server / Virtual PC
    ... You don't need the Loopback adapters for virtualisation. ... To have both your test system and your real network use the same internet ... NICs, one connected to the internal network, the other conects to the ... DHCP: Server ...
    (microsoft.public.windows.server.sbs)
  • Re: SBS 2003 R2 hardware upgrade
    ... as to 'learning' such, there's very little to actually learn, particularly ... in order to get a server test environment up. ... Getting your head around network virtualisation and where you wish to share ...
    (microsoft.public.windows.server.sbs)
  • Re: [PATCH 0/9] namespaces: Introduction
    ... network containers. ... details, possible approaches, and related subsystems, until ... example of virtualization of a non-trivial subsystem, ...
    (Linux-Kernel)